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