blob: 76893750d1ef6d65854c95bf97ef3c19c1eb7864 [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>[]) T extends core::Object* = dynamic>() void {}
dynamic x = <@self::Foo::•(const <dynamic>[]) T extends core::Object* = dynamic>() dynamic {};
}
static method main() dynamic {}