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

7 lines
92 B
Plaintext
Vendored

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