Files
kotlin-fork/idea/testData/quickfix/surroundWithNullCheck/simpleUnsafeCall.kt
T
2016-06-13 15:33:36 +03:00

5 lines
86 B
Kotlin
Vendored

// "Surround with null check" "true"
fun foo(arg: Int?) {
arg<caret>.hashCode()
}