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

6 lines
58 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val t = 5.0.toString()
}