Harman air - Null coalesce and nullish member access operators - WIP

This commit is contained in:
Jindra Petřík
2024-11-11 20:32:15 +01:00
parent 26cfb56291
commit f73f2669c0
45 changed files with 341 additions and 273 deletions

View File

@@ -43,6 +43,11 @@ public abstract class BaseLocalData {
* Second pass data
*/
public SecondPassData secondPassData = null;
/**
* SWF version
*/
public int swfVersion = -1;
/**
* Constructor.