bd38363077
To explicitly specify which test are failing
6 lines
107 B
Kotlin
Vendored
6 lines
107 B
Kotlin
Vendored
// "Remove initializer from property" "true"
|
|
|
|
class A {
|
|
<caret>lateinit var str = ""
|
|
}
|
|
/* IGNORE_FIR */ |