Sign in
dart
/
sdk.git
/
7a05e327a6a512266885df7f26fc83f3b14e3360
/
.
/
tests
/
language
/
regress
/
regress28278_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"
;