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