Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
jsNameClashWithDefault.txt
blob: 0bb862a6b220c3e1662f469493a88ad294c1f77e [
file
]
package
package foo {
public fun bar(): kotlin.Int
@kotlin.js.JsName(name = "bar") public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
}