Skip to content

Commit fae2a2e

Browse files
committed
Missed test data file.
1 parent 00f00e1 commit fae2a2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
main(args) {
6+
print('hello');
7+
print('hello $args');
8+
print('hello ${args}'); //LINT
9+
print('hello ${args.length}');
10+
}

0 commit comments

Comments
 (0)