Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542e71 commit 5f1a491Copy full SHA for 5f1a491
1 file changed
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -93,7 +93,7 @@ RefType getRootType(RefType t) {
93
*/
94
RefType replaceTypeVariable(RefType t) {
95
if t instanceof TypeVariable
96
- then result = t.(TypeVariable).getFirstUpperBoundType()
+ then result = replaceTypeVariable(t.(TypeVariable).getFirstUpperBoundType())
97
else result = t
98
}
99
0 commit comments