Remove package prefix from imports

This commit is contained in:
Natalia Ukhorskaya
2013-10-24 20:31:20 +04:00
parent da718af8b7
commit 8bee5628d5
6 changed files with 2 additions and 53 deletions
-8
View File
@@ -11,14 +11,6 @@ JetFile: Imports.kt
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('goo')
PsiWhiteSpace('\n\n')
IMPORT_DIRECTIVE
PsiElement(import)('import')
PsiWhiteSpace(' ')
PsiElement(package)('package')
PsiElement(DOT)('.')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('foo')
PsiWhiteSpace('\n')
IMPORT_DIRECTIVE
PsiElement(import)('import')
PsiWhiteSpace(' ')