mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
AS3 pcode - Use Undefined as default keyword for value kind
This commit is contained in:
@@ -197,7 +197,7 @@ public class ValueKind {
|
||||
ret = "Null()";
|
||||
break;
|
||||
case CONSTANT_Undefined:
|
||||
ret = "Void()";
|
||||
ret = "Undefined()"; //"Void()" is also synonym
|
||||
break;
|
||||
case CONSTANT_Namespace:
|
||||
case CONSTANT_PackageInternalNs:
|
||||
|
||||
Reference in New Issue
Block a user