bd38363077
To explicitly specify which test are failing
8 lines
105 B
Plaintext
Vendored
8 lines
105 B
Plaintext
Vendored
// "Change to val" "true"
|
|
class Test {
|
|
val foo: Int
|
|
get() {
|
|
return 1
|
|
}
|
|
}
|