Skip to content

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

@zondacker

Description

@zondacker

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

返回结果:
[String]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions