| 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, <dynamic>[].toList(growable: false), <dynamic>[null].toList(growable: false), <dynamic, dynamic>{})); | |
| } | |
| static method main() → dynamic {} |