mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:10:57 +00:00
AS1/2 Highlighting
This commit is contained in:
@@ -29,6 +29,6 @@ public class ToNumberTreeItem extends TreeItem {
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return value.toString(constants) + ".valueOf()";
|
||||
return value.toString(constants) + hilight(".valueOf()");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user