mirror of
https://github.com/revanced/smali.git
synced 2025-05-02 15:44:30 +02:00
25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
.method blah()V
|
|
.registers 1
|
|
invoke-virtual {v0}, .blah->
|
|
.end method
|
|
|
|
.method blah2()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;.blah
|
|
.end method
|
|
|
|
.method blah3()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah .blah )V
|
|
.end method
|
|
|
|
.method blah4()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah(I .blah V
|
|
.end method
|
|
|
|
.method blah5()V
|
|
.registers 1
|
|
invoke-virtual {v0}, Lblah;->blah())V
|
|
.end method
|