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)