c87bc2123c
#KT-15723 Fixed
7 lines
111 B
Kotlin
Vendored
7 lines
111 B
Kotlin
Vendored
// "Change to val" "true"
|
|
class Test {
|
|
var foo: Int<caret>
|
|
get() {
|
|
return 1
|
|
}
|
|
} |