d2/testdata/d2compiler/TestCompile/comma-array-class.exp.json

12 lines
341 B
JSON
Raw Normal View History

2023-06-07 03:24:47 +00:00
{
"graph": null,
"err": {
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/comma-array-class.d2,11:10:157-11:15:162",
"errmsg": "d2/testdata/d2compiler/TestCompile/comma-array-class.d2:12:11: class \"dragon_ball, path\" not found. Did you mean to use \";\" to separate array items?"
}
]
}
}