mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
.method blah()V
|
|
.registers 1
|
|
invoke-virtual .blah v0}, Lblah;->blah()V
|
|
.end method
|
|
|
|
.method blah2()V
|
|
.registers 1
|
|
invoke-virtual {v1, v2} .blah Lblah;->blah()V
|
|
.end method |