blob: d94bf7a6767fdfdf0749100c7871af1cdcb97282 [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::•()
;
}
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 {}