blob: 5e4091d97cebe145dfb7461c9c9f1dd425db8f33 [file] [edit]
class Bar {
init?(RIGHT: Int) {
let value = RIGHT
// a comment
print(ChangeMe)
}
}