mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-07-09 15:07:48 +00:00
refactor: Edit type name for consistency
This commit is contained in:
+12
-12
@@ -11,16 +11,16 @@ SourceFile([
|
||||
Add,
|
||||
BinaryExpression(
|
||||
Add,
|
||||
Literal(Integer(4)
|
||||
Literal(Integer(4)),
|
||||
Literal(Integer(2))
|
||||
),
|
||||
Literal(Integer(2))
|
||||
),
|
||||
BinaryExpression(
|
||||
Multiply,
|
||||
Literal(Integer(3)),
|
||||
Literal(Integer(1))
|
||||
))
|
||||
)]
|
||||
)]
|
||||
)
|
||||
*/
|
||||
BinaryExpression(
|
||||
Multiply,
|
||||
Literal(Integer(3)),
|
||||
Literal(Integer(1))
|
||||
)
|
||||
)
|
||||
)
|
||||
])
|
||||
])
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user