Files
kotlin-fork/compiler/testData/psi/Imports.jet
T
2011-12-25 15:51:59 +04:00

9 lines
132 B
Plaintext

package foo.bar.goo
import package.foo
import foo
import foo.bar
import foo as bar
import foo.bar as bar
import foo.*
import foo. *