aviatorscript icon indicating copy to clipboard operation
aviatorscript copied to clipboard

Expression.getVariableFullNames()返回结果bug

Open zondacker opened this issue 3 years ago • 0 comments

如题,Expression.getVariableFullNames()在以下场景会返回不太正确的结果: 示例脚本: Expression expr = instance.compile("let abc = new String('abc');", true); System.out.println(expr.getVariableFullNames());

返回结果: [String]

zondacker avatar Jun 21 '22 00:06 zondacker