blob: ab30e91a3ea290b78ca1818ee5b2a2f3ed1c002f [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method getNull() dynamic
;
static method getIterableNull() core::Iterable<dynamic>
;
static method getIterableBool() core::Iterable<core::bool>
;
static method test1() core::Iterable<core::bool>
;
static method test2() core::Iterable<core::bool>
;
static method test3() core::bool
;
static method test4() core::Iterable<core::bool>
;
static method test5() core::Iterable<core::bool>
;
static method test6() core::Iterable<core::bool>
;
static method test7() core::Iterable<core::bool>
;
static method test() dynamic
;
static method main() dynamic
;