blob: e583c2ae0af87f694d9875eb1aae17f992739041 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field dynamic x = throw self::f<dynamic>();
static method f<T extends core::Object* = dynamic>() self::f::T*
return null;
static method g() void {
dynamic x = throw self::f<dynamic>();
}
static method main() dynamic {}