git/t/t4018/swift-failable-init

8 lines
107 B
Plaintext

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