blob: 4f912c935a93ae182ede318571b39858becb987e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
import "dart:async";
static method f() FutureOr<core::Iterable<core::int>> sync*
;
static method g() FutureOr<asy::Stream<core::int>> async*
;
static method main() dynamic async
;
static method expectThrows(dynamic f) dynamic
;
static method expectAsyncThrows(dynamic f) dynamic async
;