Files
kotlin-fork/idea/testData/quickfix/expressions/unsafeCall3.kt
T

5 lines
86 B
Kotlin
Vendored

// "Add non-null asserted (!!) call" "true"
fun foo(a: Int?) {
a.<caret>plus(1)
}