mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Improve error handling for subannotation parsing
This commit is contained in:
@ -10,4 +10,10 @@
|
||||
|
||||
.annotation runtime Lblah;
|
||||
blah = .blah .blah
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Lblah;
|
||||
blah = .subannotation Lblah2;
|
||||
blah = "blah"
|
||||
.blah
|
||||
.end annotation
|
Reference in New Issue
Block a user