blob: 2aa6d597e761055966ecaaae56cc09da26550fc4 [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::•()
;
const constructor named(core::List<core::String*>* l) self::Foo*
: super core::Object::•()
;
}
@self::Foo::•(const <core::String*>[])
class Bar extends core::Object {
synthetic constructor •() self::Bar*
;
}
@self::Foo::named(const <core::String*>[])
class Baz extends core::Object {
synthetic constructor •() self::Baz*
;
}
static method main() dynamic
;