Avatar
@swift-5.3.3 struct Foo { var x: Int func test() { let x = x + 1 print(x) } }