Files
kotlin-fork/compiler/testData/psi/Imports.jet
T
2011-10-20 16:21:18 +02:00

9 lines
136 B
Plaintext

namespace foo.bar.goo
import namespace.foo
import foo
import foo.bar
import foo as bar
import foo.bar as bar
import foo.*
import foo. *