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