java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestClassLoop {
|
||||
|
||||
public static void testSimpleInfinite() {
|
||||
while(true) {
|
||||
System.out.println();
|
||||
|
||||
Reference in New Issue
Block a user