blob: 203782533398e2a6cd9c02bf3f3733ad3f4facd1 [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({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({core::Iterable<core::Iterable<core::int*>*>* a}) void
;
static method test() void
;
static method main() dynamic
;