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