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