| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/myother0.globalvarchange.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/end2end/inc/myother0.globalvarchange.dart (revision 11229)
|
| +++ compiler/javatests/com/google/dart/compiler/end2end/inc/myother0.globalvarchange.dart (working copy)
|
| @@ -8,7 +8,7 @@
|
| int field_;
|
|
|
| Other0() : this.field_ = 42 { }
|
| - int get field() { return field_; }
|
| + int get field { return field_; }
|
| }
|
|
|
| num globalVar = 42; // changed return type from int to num
|
|
|