Avatar
const() がactor contextを持っているかのような警告だ
3:40 AM
@swift-main -warn-concurrency var mutableG = 0 func const() -> Int { mutableG = 1 return 42 }