mirror of
https://github.com/revanced/smali.git
synced 2025-04-30 14:44:26 +02:00
Use 2.x 'param' directive
This commit is contained in:
parent
d354893f71
commit
45e4284c1d
@ -104,10 +104,10 @@
|
|||||||
.method public static testParameterAnnotation(Ljava/lang/String;)V
|
.method public static testParameterAnnotation(Ljava/lang/String;)V
|
||||||
.registers 6
|
.registers 6
|
||||||
|
|
||||||
.parameter
|
.param p0 # Ljava/lang/String;
|
||||||
.annotation runtime LParameterAnnotation;
|
.annotation runtime LParameterAnnotation;
|
||||||
.end annotation
|
.end annotation
|
||||||
.end parameter
|
.end param
|
||||||
|
|
||||||
|
|
||||||
sget-object v0, Ljava/lang/System;->out:Ljava/io/PrintStream;
|
sget-object v0, Ljava/lang/System;->out:Ljava/io/PrintStream;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user