Files
kotlin-fork/idea/testData/externalAnnotations/notNullMethod.kt
T

4 lines
211 B
Kotlin
Vendored

fun test() {
val x = ClassWithExternalAnnotatedMembers()
x.notNullMethod()<warning descr="[UNNECESSARY_SAFE_CALL] Unnecessary safe call on a non-null receiver of type String!">?.</warning>toLowerCase()
}