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