16 lines
471 B
Plaintext
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') |