cd10bb10dc
Change-Id: Icf171550b34fb1bf01ff20c9ba8caba500a31ccf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/238042 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
14 lines
350 B
YAML
14 lines
350 B
YAML
# Copyright (c) 2018, 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.
|
|
|
|
sources:
|
|
main.dart: |
|
|
void main() {
|
|
print('hello');
|
|
}
|
|
definitions: []
|
|
position: "main.dart#main"
|
|
expression: |
|
|
main()
|