Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameClashWithDefault.txt
T
2016-10-08 19:25:28 +03:00

7 lines
142 B
Plaintext
Vendored

package
package foo {
public fun bar(): kotlin.Int
@kotlin.js.JsName(name = "bar") public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
}