d2/testdata/d2compiler/TestCompile/no-class-inside-classes.exp.json
2023-04-07 09:57:51 -07:00

12 lines
317 B
JSON
Generated

{
"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\""
}
]
}
}