blob: 2cb2d6fbf3e241d491bedf28ca62d8e234d3b408 [file] [log] [blame] [edit]
library;
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
;