blob: a0444171073983c30132b16f9bc6e40775e03ac3 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
typedef FunctionReturningNum = () core::num;
static method test() dynamic
;
static method main() dynamic
;