Avatar
Miwa / Ensan 7/7/2021 2:56 PM
Xcode13 beta1だとこれがエラーなんですが、なぜか分かりません・・・。 struct Test { func test() async { async let x = 42 // Immutable value 'x' may only be initialized once print(await x) print(await x) } }