Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:_internal" as _in; | 3 import "dart:core" as core; |
| 4 | 4 |
| 5 static method main() → dynamic { | 5 static method main() → dynamic { |
| 6 _in::_dynamicError(0).call("Cannot resolve 'Missing'."); | 6 throw core::_malformedTypeError("Cannot resolve 'Missing'."); |
| 7 } | 7 } |
| OLD | NEW |