blob: a0385bec3405458786a2a17666ffd5f3ad5b2bb4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(dynamic l) void
: super core::Object::•()
;
}
static method test() void {
const dynamic x = 0;
@self::Foo::•(const <dynamic>[x]) dynamic y;
@self::Foo::•(const <dynamic>[x])
function bar() void {}
function baz(@self::Foo::•(const <dynamic>[x]) dynamic formal) void {}
}
static method main() dynamic {}