6 lines
135 B
Kotlin
Vendored
6 lines
135 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
|
|
/** Some Comment **/
|
|
|
|
package test
|
|
|
|
public fun foo(): String?<caret>? = null |