Add better error recovery for the type_descriptor rule

This commit is contained in:
Ben Gruver
2015-02-26 19:33:41 -08:00
parent 62958a7091
commit 21d509aa6c
5 changed files with 80 additions and 0 deletions

View File

@ -17,3 +17,8 @@ invoke-virtual {v0}, Lblah;->blah .blah )V
.registers 1
invoke-virtual {v0}, Lblah;->blah(I .blah V
.end method
.method blah5()V
.registers 1
invoke-virtual {v0}, Lblah;->blah())V
.end method