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

10 lines
125 B
Plaintext
Vendored

package
package foo {
public fun bar(): kotlin.Int
package foo.bar {
public val x: kotlin.Int = 42
}
}