blob: 9d2c6e3c881ba8cfca31f4151a49c55019a81aad [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) void
: super core::Object::•()
;
}
class C extends core::Object {
synthetic constructor •() void
: 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 {}