blob: 81c92d419717c1dab9be4066c0f0765825e3f1b0 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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();
return await self::getNull();
}
static method main() dynamic {}