Files
kotlin/compiler/testData/diagnostics/testsWithJsStdLib/module/jsModuleWithoutParameters.txt

7 lines
200 B
Plaintext
Vendored

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
}