blob: 054897e7a91af703196bfe5e52a4561400448337 [file] [log] [blame]
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 {}