KT-2752: add basic tests for JsName
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package
|
||||
|
||||
package foo {
|
||||
public fun bar(): kotlin.Int
|
||||
@kotlin.js.JsName(name = "bar") private fun foo(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
}
|
||||
Reference in New Issue
Block a user