Raw
1 class Bar {
2 init?(RIGHT: Int) {
3 let x = 0
4 // a comment
5 print(ChangeMe)
6 }
7 }