d2/testdata/d2compiler/TestCompile/no-class-inside-classes.exp.json

13 lines
317 B
JSON
Raw Normal View History

2023-02-06 21:32:08 +00:00
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/no-class-inside-classes.d2,2:4:22-2:9:27",
"errmsg": "d2/testdata/d2compiler/TestCompile/no-class-inside-classes.d2:3:5: \"class\" cannot appear within \"classes\""
}
]
}
}