4 lines
118 B
Plaintext
Vendored
4 lines
118 B
Plaintext
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for var foo" "true"
|
|
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
var foo: String?<caret>? = null |