forked from JavaTX/JavaCompilerCore
Didn't want to remove this
This commit is contained in:
parent
62fad15b6f
commit
5243b160f5
@ -470,7 +470,7 @@ public class ASTToTargetAST {
|
||||
}
|
||||
typeVariablesOfSignature.addAll(findTypeVariables(method.getReturnType()));
|
||||
|
||||
//eliminateInnerTypeVariables(typeVariablesOfSignature, result);
|
||||
eliminateInnerTypeVariables(typeVariablesOfSignature, result);
|
||||
System.out.println(method.name + ": " + result);
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user