mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 05:15:49 +00:00
Fixed #1195 this keyword in functions outside class
This commit is contained in:
@@ -6,6 +6,7 @@ package
|
||||
import tests_classes.mypackage1.SetupMyPackage1;
|
||||
import tests_classes.mypackage2.SetupMyPackage2;
|
||||
import tests_classes.mypackage3.SetupMyPackage3;
|
||||
import tests_classes.TestThisOutsideClass;
|
||||
|
||||
/**
|
||||
* ...
|
||||
@@ -79,6 +80,7 @@ package
|
||||
TestSwitchComma;
|
||||
TestSwitchDefault;
|
||||
TestTernarOperator;
|
||||
TestThisOutsideClass;
|
||||
TestTry;
|
||||
TestTryIf;
|
||||
TestTryReturn;
|
||||
|
||||
Reference in New Issue
Block a user