Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:core" as core; | 3 import "dart:core" as core; |
| 4 | 4 |
| 5 static method main() → dynamic { | 5 static method main() → dynamic { |
| 6 throw new core::NoSuchMethodError::•(null, #Missing, <dynamic>[], <dynamic, dy namic>{}, null); | 6 throw new core::NoSuchMethodError::•(null, #Missing, <dynamic>[], <dynamic, dy namic>{}, null); |
| 7 } | 7 } |
| OLD | NEW |