6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
// "Add getter" "true"
|
|
// WITH_RUNTIME
|
|
class Test {
|
|
val x: Int<caret>
|
|
}
|