blob: 6ddb3635d0ac607633e4e7b50f216aa9d8bb86b5 [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
;
const constructor named(core::List<core::String> l) self::Foo
;
}
@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
;