blob: 3673ba1cf7d34ffb15ef1ad0d2ee07848942fb93 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
constructor •(dynamic x, dynamic y) void
: super core::Object::•()
;
}
static method main() dynamic {
throw new core::NoSuchMethodError::_withType(null, #, 32, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}, null);
throw new core::NoSuchMethodError::_withType(null, #Foo.notHere, 32, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}, null);
}