| OLD | NEW |
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "package:expect/expect.dart" as exp; | 3 import "package:expect/expect.dart" as exp; |
| 4 import "dart:core" as core; |
| 4 | 5 |
| 5 static method test() → dynamic | 6 static method test() → dynamic |
| 6 invalid-statement; | 7 invalid-statement; |
| 7 static method main() → dynamic { | 8 static method main() → dynamic { |
| 8 exp::Expect::equals(6, invalid-expression); | 9 exp::Expect::equals(6, throw core::_genericNoSuchMethod(null, #test, <dynamic>
[1], <dynamic, dynamic>{#b: 2, #c: 3}, <dynamic>[])); |
| 9 } | 10 } |
| OLD | NEW |