blob: 6c996361b4f0ba55e304962391d5adad96083f29 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method bar(core::int a, core::List<core::int?>? b) dynamic
;
static method foo(core::int x) dynamic async
;
static method main() void async
;
static method expect(dynamic expected, dynamic actual) dynamic
;