blob: 42e6f966dee1ee2814b36ee706ba5b80e506405b [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 <core::String>[]) dynamic x) void {}
}
static method f(@self::Foo::•(const <core::String>[]) dynamic x) void {}
static method main() dynamic {}