Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/math/log.kt.after
T

6 lines
79 B
Plaintext
Vendored

import kotlin.math.ln
// WITH_RUNTIME
fun test(x: Double) {
<caret>ln(x)
}