Avoid synthetic methods.

This commit is contained in:
Enyby
2018-09-16 17:05:52 +03:00
committed by GitHub
parent bd57dddef0
commit 8d544729a8

View File

@@ -700,7 +700,7 @@ public class DebugLib extends TwoArgFunction {
if ( !f.isclosure() ) return f.tojstring();
return f.checkclosure().p.shortsource() + ":" + currentline();
}
private int linedefined() {
int linedefined() {
return f.isclosure()? f.checkclosure().p.linedefined: -1;
}
LuaString getlocalname(int index) {