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

6 lines
76 B
Plaintext
Vendored

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