yanchangyou / aviatorscript-ideaplugin

aviator script idea plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressionSyntaxErrorException

Switcherman opened this issue · comments

com.googlecode.aviator.exception.ExpressionSyntaxErrorException: Syntax error: unexpect token 'java.util.Date', maybe forget to insert ';'

用的官方demo,提示引入错误

use java.util.Date;
let d = new Date();

p(type(d));
p(d);