| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| static method foo() → dynamic {} | |
| static method test() → dynamic { | |
| throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#foo, 32, const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[null]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))); | |
| } | |
| static method main() → dynamic {} |