blob: 7a9bc053c2fb19827ff3bf64e2f5e579bf39f608 [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::•()
;
}
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
method m(@self::Foo::•(const <dynamic>[]) dynamic x) void {}
}
static method f(@self::Foo::•(const <dynamic>[]) dynamic x) void {}
static method main() dynamic {}