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