blob: 646d01e3fa17b7eb4605a4c52aafd328ce05bc2f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f0(core::List<core::int> a) void
;
static method f1({required core::List<core::int> a}) void
;
static method f2(core::Iterable<core::int> a) void
;
static method f3(core::Iterable<core::Iterable<core::int>> a) void
;
static method f4({required core::Iterable<core::Iterable<core::int>> a}) void
;
static method test() void
;
static method main() dynamic
;