Improve error recovery of arrow parsing

This commit is contained in:
Ben Gruver
2015-02-26 09:41:55 -08:00
parent 18ff2d8368
commit 1d3d657b7f
3 changed files with 60 additions and 5 deletions

View File

@ -1,4 +1,9 @@
.method blah()V
.registers 1
invoke-virtual {v0}, .blah->
.end method
.method blah2()V
.registers 1
invoke-virtual {v0}, Lblah;.blah
.end method