mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-11 01:20:16 +00:00
fix
This commit is contained in:
parent
4104fe78c5
commit
ea78a49566
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user