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