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