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