bd38363077
To explicitly specify which test are failing
6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// "Make not-nullable" "true"
|
|
|
|
class A() {
|
|
<caret>lateinit var foo: String?
|
|
}
|
|
/* IGNORE_FIR */ |