blob: fb84c750c3ddcf2868c0df32b534f4f8d6c1cb72 [file] [log] [blame]
Future<void> f() => Future.value();
void g() {
await f();
}