blob: 56934bcffed6e25646b0676868e696b6f006644d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) void
: super core::Object::•()
;
}
abstract class Bar extends core::Object {
@self::Foo::•(const <dynamic>[])
field dynamic x = null;
@self::Foo::•(const <dynamic>[])
constructor •() void
: super core::Object::•()
;
@self::Foo::•(const <dynamic>[])
abstract method f() void;
}
static method main() dynamic {}