// IS_APPLICABLE: false class Test { /* foo */ // bar private val x: Int /* baz */ // qux init { x = 1 } }