blob: c848319adfc52aa7db70005728b936dd9802ce98 [file]
library;
import self as self;
import "dart:async" as asy;
import "dart:core" as core;
static method getNull() dynamic
return null;
static method fn() asy::Future<core::Object> async /* futureValueType= core::Object */ {
core::Object o = await self::getNull() /* runtimeCheckType= asy::Future<dynamic> */ ;
return await self::getNull() /* runtimeCheckType= asy::Future<dynamic> */ ;
}
static method main() dynamic {}