7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Foo {
|
|
val <caret>x: Int
|
|
get() = 1
|
|
}
|