blob: d6377271640c7be063bc0867937db5b7c1ff984e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::bool x = self::f<core::bool>() || self::f<core::bool>();
static field core::bool y = self::f<core::bool>() && self::f<core::bool>();
static method f<T extends core::Object? = dynamic>() self::f::T%
return throw "";
static method test() void {
core::bool x = self::f<core::bool>() || self::f<core::bool>();
core::bool y = self::f<core::bool>() && self::f<core::bool>();
}
static method main() dynamic {}