blob: a003f3bacf28a24c4bb5939edeb46da29e639276 [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<@#C1 T extends core::Object* = dynamic>() void {}
<@self::Foo::•(const <core::String*>[]) T extends core::Object* = dynamic>() →* core::Null? x = <@#C1 T extends core::Object* = dynamic>() core::Null? {};
}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}