Skip to content

Commit

Permalink
infinite loops has bad performance
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Nov 17, 2016
1 parent 119bedb commit 40ab4dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ public CtTypeReference<?> getTopLevelType() {
if (parentType == null) {
return type;
}
type = parentType;
}
}

Expand Down

0 comments on commit 40ab4dc

Please sign in to comment.