4b98430058
#KT-23957 Fixed
4 lines
137 B
Plaintext
Vendored
4 lines
137 B
Plaintext
Vendored
@file:Suppress("REDUNDANT_NULLABLE")
|
|
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
|
|
|
|
public fun foo(): String?<caret>? = null |