@Override @NotNull public LiteralTextEscaper<PsiCommentImpl> createLiteralTextEscaper() { return new CommentLiteralEscaper(this); }
@Override @Nonnull public LiteralTextEscaper<PsiCommentImpl> createLiteralTextEscaper() { return new CommentLiteralEscaper(this); }