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