git/t/t4018/swift-init

8 lines
106 B
Plaintext

class Foo {
init(RIGHT: Int) {
let x = 0
// a comment
print(ChangeMe)
}
}