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