3 lines
88 B
Kotlin
Vendored
3 lines
88 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
|
|
fun foo(): String?<caret>? = null |