blob: 25e7cf1aa9dbf4bafb75615d090a1e6efd3b422e [file] [log] [blame] [edit]
library;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
static method main() dynamic async /* emittedValueType= dynamic */ {
core::bool b = (() core::bool => true)(){() core::bool};
(wildcard dynamic _#wc0#formal) → core::int? {
if(b)
return 42;
};
(wildcard dynamic _#wc1#formal) → asy::Future<core::int?> async /* emittedValueType= core::int? */ {
if(b)
return 42;
};
}