f861b10798
#KT-30078 Fixed
5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
// "Add getter" "true"
|
|
// WITH_RUNTIME
|
|
class Test {
|
|
val x: Int<caret>
|
|
} |