mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Fix: add flat inline
This commit is contained in:
parent
4f6df74cd1
commit
dcf6f04796
@ -287,7 +287,10 @@ object ApplyPropertiesRawInliner extends RawInliner[ApplyPropertyRaw] with Loggi
|
||||
)
|
||||
propsInlined <- unfoldProperties(
|
||||
Inline(
|
||||
(idxInline.predo :+ sizeInline) ++ gateInline.predo,
|
||||
idxInline.predo
|
||||
.append(sizeInline) ++
|
||||
gateInline.predo ++
|
||||
idxFlatInline.predo,
|
||||
mergeMode = SeqMode
|
||||
),
|
||||
gate,
|
||||
|
Loading…
Reference in New Issue
Block a user