| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| static method test0(dynamic x) → dynamic { | |
| core::print("test0"); | |
| } | |
| static method main() → dynamic { | |
| throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#test0, 32, null, <dynamic>[0, 1].toList(growable: false), <dynamic, dynamic>{})); | |
| } |