blob: 6fdc38e5a52ea87856dd3c5ad1244b8fe1a43ad6 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class M extends core::Object {
synthetic constructor •() void
;
method noSuchMethod(core::Invocation invocation) dynamic
;
}
class A extends self::M {
synthetic constructor •() void
;
abstract no-such-method-forwarder method call(core::String s) void;
}
static method main() dynamic
;