Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameWithoutParameter.txt
T

7 lines
176 B
Plaintext
Vendored

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
}