Files
kotlin-fork/idea/testData/psi/ImportSoftKW.txt
T
Andrey Breslav 2453e6a0dd Simple modifiers
2010-12-15 18:28:26 +03:00

16 lines
471 B
Plaintext

JetFile: ImportSoftKW.jet
NAMESPACE
IMPORT_DIRECTIVE
PsiElement(import)('import')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('import')
PsiElement(DOT)('.')
PsiElement(IDENTIFIER)('import')
PsiElement(DOT)('.')
PsiElement(IDENTIFIER)('import')
PsiElement(DOT)('.')
PsiElement(IDENTIFIER)('import')
PsiWhiteSpace(' ')
PsiElement(as)('as')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('import')