mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 20:27:36 +02:00
Improve error recovery of arrow parsing
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user