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