Files
kotlin-fork/idea/testData/psi/NamespaceBlockFirst.jet
T

5 lines
52 B
Plaintext

namespace foobar {
val a = 1
val b = foobar.a
}