8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
/* foo */ // bar<caret>
|
|
private val x: Int /* baz */ // qux
|
|
init {
|
|
x = 1
|
|
}
|
|
} |