fixed vector

This commit is contained in:
Florian Steurer 2016-05-03 21:07:52 +02:00
parent 78794e377a
commit 005ed60c26

View File

@ -287,7 +287,7 @@ public class RuleSet implements IRuleSet{
if(lhsSType.getTypeParams().empty())
return Optional.empty();
UnifyType rhsType = pair.getLhsType();
UnifyType rhsType = pair.getRhsType();
ReferenceType rhsSType;
if(rhsType instanceof ReferenceType)