Routes File(0,68)
  RoutesRouteImpl(ROUTE)(0,68)
    RoutesModifiersImpl(MODIFIERS)(0,24)
      PsiElement(PLUS)('+')(0,1)
      PsiWhiteSpace(' ')(1,2)
      PsiElement(MODIFIER)('nocsrf')(2,8)
      PsiWhiteSpace(' ')(8,9)
      PsiElement(MODIFIER)('+other')(9,15)
      PsiWhiteSpace(' ')(15,16)
      PsiElement(MODIFIER)('+')(16,17)
      PsiWhiteSpace(' ')(17,18)
      PsiElement(MODIFIER)('other')(18,23)
      PsiElement(EOL)('\n')(23,24)
    PsiElement(VERB)('GET')(24,27)
    PsiWhiteSpace(' ')(27,28)
    RoutesPathImpl(PATH)(28,34)
      PsiElement(SLASH)('/')(28,29)
      RoutesPathSegmentImpl(PATH_SEGMENT)(29,34)
        PsiElement(STATIC_PATH_SEGMENT)('hello')(29,34)
    PsiWhiteSpace(' ')(34,35)
    RoutesCallImpl(CALL)(35,68)
      PsiElement(CONTROLLER_METHOD)('controllers.HelloController.hello')(35,68)
