killme2008 / aviatorscript

A high performance scripting language hosted on the JVM.

Home Page:http://fnil.net/aviator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用use导入后getVariableFullNames不符合预期

cyningchen opened this issue · comments

use java.lang.Thread;
Thread.sleep(2000);
return 1 > 0;

期望的variables: []
实际的variables: ["java.lang.Thread"]

Good catch! 下个版本修复。