Java: Add isImplicitClass table to keep track of compact source files

This commit is contained in:
idrissrio
2025-07-23 14:59:22 +02:00
parent 1605438333
commit f51ee4c04f

View File

@@ -537,6 +537,10 @@ isLocalClassOrInterface(
int parent: @localtypedeclstmt ref
);
isImplicitClass(
unique int classid: @classorinterface ref
);
isDefConstr(
int constructorid: @constructor ref
);