Files
kotlin-fork/idea/testData/quickfix/suppress/availability/localValSuppressForVal.kt
T

6 lines
101 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for val a" "true"
fun foo() {
val a: String?<caret>? = null
}