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