Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
packageAndProperty.txt
blob: 8ee7f43b4e6395c2eac366e841691a03b9a90c48 [
file
]
package
package foo {
public val bar: kotlin.Int = 23
package foo.bar {
public val x: kotlin.Int = 42
}
}