mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 11:54:29 +02:00
Add TODO regarding parameter/local names
This commit is contained in:
parent
51984fc259
commit
db4316ef6d
@ -214,6 +214,7 @@ public class MethodDefinition {
|
|||||||
writer.printSignedIntAsDec(registerNumber);
|
writer.printSignedIntAsDec(registerNumber);
|
||||||
if (parameterName != null) {
|
if (parameterName != null) {
|
||||||
writer.write(", ");
|
writer.write(", ");
|
||||||
|
// TODO: does dalvik allow non-identifier parameter and/or local names?
|
||||||
writer.write(parameterName);
|
writer.write(parameterName);
|
||||||
}
|
}
|
||||||
writer.write(" #");
|
writer.write(" #");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user