d829f8b684
Drop using of all Java stuff inside FirCommonSessionFactory ^KT-56063
10 lines
159 B
Kotlin
Vendored
10 lines
159 B
Kotlin
Vendored
import kotlin.math.*
|
|
import kotlin.js.*
|
|
import kotlin.Result.Companion.success
|
|
|
|
fun f(x: Int) = abs(x)
|
|
|
|
@JsName("test")
|
|
public class C
|
|
|
|
fun g() = success(true) |