blob: 7a7aebc2afa595a46d7b7126a91762e56bef72e2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object /*hasConstConstructor*/ {
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
;