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