blob: 6e2251ba90b6776c68275271e9a9bcb5de907551 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::List<core::int> v = #C2(() → core::int {
return 1;
}){(() core::int) core::List<core::int>};
static method f<T extends core::Object? = dynamic>(() self::f::T% g) core::List<self::f::T%>
return <self::f::T%>[g(){() self::f::T%}];
static method main() dynamic {}
constants {
#C1 = static-tearoff self::f
#C2 = instantiation #C1 <core::int*>
}