blob: e33e87fdb345ed707303bd70833fb278887c508d [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::•()
;
}
static method test() void {
function f(@self::Foo::•(const <dynamic>[]) dynamic x) void {}
dynamic x = (@self::Foo::•(const <dynamic>[]) dynamic x) dynamic {};
}
static method main() dynamic {}