mirror of
https://github.com/revanced/smali.git
synced 2025-04-29 22:24:26 +02:00
Add the new HIDDENAPI_RESTRICTION as a possible SIMPLE_NAME
This commit is contained in:
parent
c1f2da0e0b
commit
15a98cbb4b
@ -558,6 +558,7 @@ the indicated type OR an identifier, depending on the context*/
|
||||
simple_name
|
||||
: SIMPLE_NAME
|
||||
| ACCESS_SPEC -> SIMPLE_NAME[$ACCESS_SPEC]
|
||||
| HIDDENAPI_RESTRICTION -> SIMPLE_NAME[$HIDDENAPI_RESTRICTION]
|
||||
| VERIFICATION_ERROR_TYPE -> SIMPLE_NAME[$VERIFICATION_ERROR_TYPE]
|
||||
| POSITIVE_INTEGER_LITERAL -> SIMPLE_NAME[$POSITIVE_INTEGER_LITERAL]
|
||||
| NEGATIVE_INTEGER_LITERAL -> SIMPLE_NAME[$NEGATIVE_INTEGER_LITERAL]
|
||||
|
Loading…
x
Reference in New Issue
Block a user