blob: 459d870ab41e70eb54fc92828dc680942866de64 [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
;
}
class Bar extends core::Object {
synthetic constructor •() self::Bar
;
}
class Baz extends core::Object {
synthetic constructor •() self::Baz
;
}
static method main() dynamic
;