Index: compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart |
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart |
index ef077e5e316a20b0ff47df0fa4c90431829b98d9..13074e4efa5436edc0db03827e8c9950a22645fd 100644 |
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart |
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.intfchange.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
interface SomeClass factory SomeClassImpl { |
- SomeClass(); |
+ SomeClass(arg); |
String get message(); // Added return type |
} |