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