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