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

6 lines
81 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = java.lang.Double.<caret>toString(5.0)
}