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