Files
kotlin-fork/compiler/fir/analysis-tests/testData/extendedCheckers/RedundantCallOfConversionMethod/safeString.kt
T

6 lines
121 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
val foo: String? = null
foo?.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toString()<!>
}