blob: 3f21b51b28d0cb65c0c68b7c58cc51de406ec86e [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::_withType(null, #test0, 32, <dynamic>[0, 1].toList(growable: false), <dynamic, dynamic>{}, null);
}