This commit is contained in:
DieMyst 2023-09-12 15:34:17 +02:00
parent 4104fe78c5
commit ea78a49566

View File

@ -151,7 +151,7 @@ object ApplyGateRawInliner extends RawInliner[ApplyGateRaw] with Logging {
LiteralModel("\"math\"", ScalarType.string),
"add",
CallModel(
incrVar :: LiteralModel.fromRaw(LiteralRaw.number(1)) :: Nil,
v :: LiteralModel.fromRaw(LiteralRaw.number(1)) :: Nil,
CallModel.Export(incrVar.name, incrVar.`type`) :: Nil
)
).leaf