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