bd38363077
To explicitly specify which test are failing
7 lines
114 B
Plaintext
Vendored
7 lines
114 B
Plaintext
Vendored
// "Remove getter from property" "true"
|
|
|
|
class A {
|
|
<caret>lateinit var str: String
|
|
|
|
}
|
|
/* IGNORE_FIR */ |