Improve error handling for subannotation parsing

This commit is contained in:
Ben Gruver
2015-02-21 14:02:54 -08:00
parent 4640cc9c5b
commit f35c18489b
3 changed files with 50 additions and 1 deletions

View File

@ -10,4 +10,10 @@
.annotation runtime Lblah;
blah = .blah .blah
.end annotation
.annotation runtime Lblah;
blah = .subannotation Lblah2;
blah = "blah"
.blah
.end annotation