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