| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.bodychange.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.bodychange.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.bodychange.dart
|
| index ee72437285a30cfaf5d592b9df6b39df64a44d2e..ba8f451930e13c289d69ee4c602049754c58d745 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.bodychange.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.bodychange.dart
|
| @@ -5,6 +5,6 @@
|
| class SomeClassImpl implements SomeClass {
|
| String message_;
|
|
|
| - SomeClassImpl() : this.message_ = "what?!" { }
|
| + SomeClassImpl(arg) : this.message_ = "what?!" { }
|
| String get message() { return message_; }
|
| }
|
|
|