mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-19 20:17:05 +02:00
add missing syntax highlighting
This commit is contained in:
parent
00e5950cf2
commit
f338ebff6c
@ -43,7 +43,7 @@ execute {
|
|||||||
|
|
||||||
The `navigate(Method)` function allows you to navigate method calls recursively by index.
|
The `navigate(Method)` function allows you to navigate method calls recursively by index.
|
||||||
|
|
||||||
```
|
```kt
|
||||||
execute {
|
execute {
|
||||||
// Sequentially navigate to the instructions at index 1 within 'someMethod'.
|
// Sequentially navigate to the instructions at index 1 within 'someMethod'.
|
||||||
val method = navigate(someMethod).at(1).original() // original() returns the original immutable method.
|
val method = navigate(someMethod).at(1).original() // original() returns the original immutable method.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user