логический тип в инт

This commit is contained in:
2025-03-28 20:01:17 +03:00
parent ef5bd5b1a8
commit 18227f565a
5 changed files with 16 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ public class FuncCallH extends FuncCall {
file = funcInfo.file;
line = funcInfo.line;
funcName = funcInfo.funcName;
canBeInlined = true;
canBeInlined = 1;
parent_offset = 0;
}
@Override