blob: f877e4d68096d52db33e7f8e4ab2bb18a6b0074d [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:async" as asy;
import "dart:core" as core;
static method getNull() dynamic
;
static method getStreamNull() asy::Stream<dynamic>
;
static method getStreamBool() asy::Stream<core::bool>
;
static method test1() asy::Stream<core::bool>
;
static method test2() asy::Stream<core::bool>
;
static method test3() core::bool
;
static method test4() asy::Stream<core::bool>
;
static method test5() asy::Stream<core::bool>
;
static method test6() asy::Stream<core::bool>
;
static method test7() asy::Stream<core::bool>
;
static method test() dynamic
;
static method main() dynamic
;