blob: 71fbadb353a503d1795f87fa055b85cb9e587df6 [file] [log] [blame]
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>{}));
}