mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Test: Object with multi props + sum
This commit is contained in:
7
test/src/object_multi.hi
Normal file
7
test/src/object_multi.hi
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// Multi-property object should emit commas correctly
|
||||||
|
cfg: {
|
||||||
|
a: 1
|
||||||
|
b: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
_(cfg.a + cfg.b)
|
||||||
Reference in New Issue
Block a user