mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-25 02:51:05 +01:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
../testdata/object_comp_assert:1:32-35 Object comprehension cannot have asserts
|
|
|
|
{ assert self.x == 5, ["x"]: 5 for i in [42] }
|
|
|
|
|