6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
|
|
fun foo() {
|
|
val a: String?<caret>? = null
|
|
}
|