版本
3.5-1765
分支
master
发布于
10 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
提交(Commit)
a8fcd50cd7c58a610169c38032ab3928a3229b82
修改者
Lioncash
修改说明
[Android] Integer.toString isn't required in this string declaration. Concatenation handles this.

For example: "string" + 1 will just be concatenated as "string1" implicitly.