blob: a8c289474829355c63c130e75b65afad611b8d6e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic {
return null;
}
abstract no-such-method-forwarder method foo() void;
}
static method main() dynamic {}