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

6 lines
81 B
Kotlin
Vendored

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