mirror of
https://github.com/revanced/smali.git
synced 2025-05-08 02:14:32 +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);
|
||||
if (parameterName != null) {
|
||||
writer.write(", ");
|
||||
// TODO: does dalvik allow non-identifier parameter and/or local names?
|
||||
writer.write(parameterName);
|
||||
}
|
||||
writer.write(" #");
|
||||
|
Loading…
x
Reference in New Issue
Block a user