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

6 lines
78 B
Plaintext
Vendored

import kotlin.math.expm1
// WITH_RUNTIME
fun test(x: Double) {
expm1(x)
}