4 lines
113 B
Plaintext
Vendored
4 lines
113 B
Plaintext
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
fun foo(): String?? = null |