java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestExtendsList {
|
||||
|
||||
static <T extends Comparable<? super T>> T m1(T var0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user