| Index: compiler/javatests/com/google/dart/compiler/parser/MethodSignatures.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/MethodSignatures.dart b/compiler/javatests/com/google/dart/compiler/parser/MethodSignatures.dart
|
| index bceecd6c3ffe387dee0785526e67323d7cbaaa05..6a2b414cf923159390598a08c4e6e7dc4f766692 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/MethodSignatures.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/MethodSignatures.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -interface MethodSignatureSyntax {
|
| +abstract class MethodSignatureSyntax {
|
| a();
|
| b(x);
|
| c(int x);
|
|
|