c41c39d876
Bug: Change-Id: Iec24647acc9ad7ee49ed3f4e83bf534d483e94b8 Reviewed-on: https://dart-review.googlesource.com/22981 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
13 lines
300 B
Dart
13 lines
300 B
Dart
// 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.
|
|
|
|
main() {
|
|
/*bl*/
|
|
/*s:1*/ foo();
|
|
}
|
|
|
|
foo() {
|
|
/*s:2*/ print("hello from foo");
|
|
}
|