You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassCastException: org.antlr.v4.runtime.tree.ErrorNodeImpl cannot be cast to org.antlr.v4.runtime.ParserRuleContext
at org.beetl.core.AntlrProgramBuilder.build(AntlrProgramBuilder.java:235)
at org.beetl.core.engine.DefaultTemplateEngine.createProgram(DefaultTemplateEngine.java:60)
当注释错误的时候
<%
/* dsfsdfsdf */
var a=1;
*/
%>
${a}
The text was updated successfully, but these errors were encountered:
java.lang.ClassCastException: org.antlr.v4.runtime.tree.ErrorNodeImpl cannot be cast to org.antlr.v4.runtime.ParserRuleContext
at org.beetl.core.AntlrProgramBuilder.build(AntlrProgramBuilder.java:235)
at org.beetl.core.engine.DefaultTemplateEngine.createProgram(DefaultTemplateEngine.java:60)
当注释错误的时候
<%
/* dsfsdfsdf */
var a=1;
*/
%>
${a}
The text was updated successfully, but these errors were encountered: