mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
d68d2e9e0a
Bug: https://github.com/dart-lang/sdk/issues/41974 Change-Id: I23201f28e5d1e2ba298611206fc3eb0a9a989c2b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155241 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
7 lines
244 B
Dart
7 lines
244 B
Dart
// Copyright (c) 2020, 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() {
|
|
return "one!";
|
|
}
|