blob: 5b2f6049d627134538922a088f11200923a638d9 [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) self::Foo*
: super core::Object::•()
;
}
abstract class Bar extends core::Object {
@self::Foo::•(const <core::String*>[])
field dynamic x;
@self::Foo::•(const <core::String*>[])
constructor •() self::Bar*
;
@self::Foo::•(const <core::String*>[])
abstract method f() void;
}
static method main() dynamic
;