Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
evaluate
/
qualifiedExpressions.txt
blob: 14b910a1774deed59961521537db62f062401f39 [
file
]
package
package example {
public val x: kotlin.Int
package example.ns {
public val y: kotlin.Any? = 2
}
}