Avatar
@swift-6.1-dev @swift-main -swift-version 6 @MainActor func f() async { await f2 {} } func f2(a: () async -> Void) async { await a() }