blob: 88959f923aaf47ef84c471667edf61cb3c9bf6cd [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
typedef MyList<T extends core::num> = core::List<T>;
static method main() dynamic
;
static method test() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;