Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/toString/shortToString.kt
T

6 lines
83 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = java.lang.Short.<caret>toString(42) + 6
}