mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
6 lines
114 B
Typst
6 lines
114 B
Typst
// Test bugs with argument sinks.
|
|
|
|
---
|
|
#let foo(..body) = repr(body.pos())
|
|
#foo(a: "1", b: "2", 1, 2, 3, 4, 5, 6)
|