blob: 5d084afcc96252b499b461e65948ea1fb98f6c73 [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, const <core::Type>[], <dynamic>[null].toList(growable: false), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{})));
}
static method main() dynamic {}