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