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')