c87bc2123c
#KT-15723 Fixed
7 lines
104 B
Plaintext
Vendored
7 lines
104 B
Plaintext
Vendored
// "Change to val" "true"
|
|
class Test {
|
|
val foo: Int
|
|
get() {
|
|
return 1
|
|
}
|
|
} |