| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| static method test1(dynamic x) → dynamic | |
| ; | |
| static method test2(core::List<core::int> x) → dynamic | |
| ; | |
| static method main() → dynamic | |
| ; | |
| static method expectEquals(dynamic x, dynamic y) → dynamic | |
| ; | |
| static method expectThrows(() → void f) → dynamic | |
| ; | |
| static method listToString(core::List<dynamic> list) → dynamic | |
| ; |