Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
module
/
jsModuleWithoutParameters.txt
blob: af9ca79086d5fe8fe5ad7853e7e94bc28b0670d4 [
file
] [
log
] [
blame
]
package
package foo {
@kotlin.js.JsModule(import = 23) public external fun bar(/*0*/ x: kotlin.Int): kotlin.Int
@kotlin.js.JsModule public external fun foo(/*0*/ x: kotlin.Int): kotlin.Int
}