| Index: pkg/front_end/testcases/inference/infer_statics_with_method_invocations_a.dart
|
| diff --git a/pkg/front_end/testcases/inference/infer_statics_with_method_invocations_a.dart b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations_a.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cbd2576229d560f35426b764d4a21cd40337c1ef
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations_a.dart
|
| @@ -0,0 +1,5 @@
|
| +// 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.
|
| +
|
| +m3(String a, String b, [a1, a2]) {}
|
|
|