3 lines
86 B
Kotlin
Vendored
3 lines
86 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for val foo" "true"
|
|
|
|
val foo: String?<caret>? = null |