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

10 lines
128 B
Plaintext
Vendored

package
package foo {
public val bar: kotlin.Int = 23
package foo.bar {
public val x: kotlin.Int = 42
}
}