mirror of
https://github.com/revanced/smali.git
synced 2025-05-09 10:54:29 +02:00
Expand TODO regarding the syntax of locals
This commit is contained in:
parent
8f8b67f65e
commit
93ff1cab5b
@ -54,7 +54,7 @@ public class StartLocalMethodItem extends DebugMethodItem {
|
||||
writer.write(".local ");
|
||||
registerFormatter.writeTo(writer, startLocal.getRegister());
|
||||
writer.write(", ");
|
||||
//TODO: what about when name or type is null?
|
||||
//TODO: what about when name or type is null? Can the name contain a colon?
|
||||
writer.write(startLocal.getName());
|
||||
writer.write(':');
|
||||
writer.write(startLocal.getType());
|
||||
|
Loading…
x
Reference in New Issue
Block a user