Avatar
@swift-5.9.2 actor Foo { var values: [Int] = [] func f() { Task { _ = values[0] } } }