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