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