| Index: pkg/fasta/test/rasta/mandatory_parameter_initializer.dart
|
| diff --git a/pkg/fasta/test/rasta/mandatory_parameter_initializer.dart b/pkg/fasta/test/rasta/mandatory_parameter_initializer.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60805fe059b853760ea5559d882345685ec17fee
|
| --- /dev/null
|
| +++ b/pkg/fasta/test/rasta/mandatory_parameter_initializer.dart
|
| @@ -0,0 +1,6 @@
|
| +// Copyright (c) 2016, 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.md file.
|
| +
|
| +main(arguments = [x]) {
|
| +}
|
|
|