Sign in
dart
/
sdk.git
/
847ca4715c9e66700b6cc917ae1f69e0d816095e
/
.
/
tests
/
language
/
regress_28278_lib.dart
blob: 0bc67f1e3b35275eb7123e18e7c5f6ddaa9d23ac [
file
] [
log
] [
blame
]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
foo
(
x
)
=>
x
+
"Hello"
;