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