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

6 lines
83 B
Plaintext
Vendored

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