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 test0(dynamic x) → dynamic { | 5 static method test0(dynamic x) → dynamic { |
| 6 core::print("test0"); | 6 core::print("test0"); |
| 7 } | 7 } |
| 8 static method main() → dynamic { | 8 static method main() → dynamic { |
| 9 throw new core::NoSuchMethodError::•(null, #test0, <dynamic>[0, 1], <dynamic, dynamic>{}, null); | 9 throw new core::NoSuchMethodError::•(null, #test0, <dynamic>[0, 1], <dynamic, dynamic>{}, null); |
| 10 } | 10 } |
| OLD | NEW |