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