6 lines
75 B
Kotlin
Vendored
6 lines
75 B
Kotlin
Vendored
package foo
|
|
|
|
@JsName("x") fun foo(x: Int) = x
|
|
|
|
@JsName("x") fun bar() = 42
|