Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expression.getVariableFullNames()返回结果bug #476

Closed
zondacker opened this issue Jun 21, 2022 · 1 comment
Closed

Expression.getVariableFullNames()返回结果bug #476

zondacker opened this issue Jun 21, 2022 · 1 comment
Labels

Comments

@zondacker
Copy link

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

返回结果:
[String]

@killme2008
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants