Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
jsNameWithoutParameter.txt
blob: a4f367a2d84b6dcc5b1a6dd55fbb93b6d6ffcf7f [
file
] [
log
] [
blame
]
package
package foo {
@kotlin.js.JsName(name = 23) public fun bar(/*0*/ x: kotlin.Int): kotlin.Int
@kotlin.js.JsName public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
}