forked from JavaTX/JavaCompilerCore
fixed vector
This commit is contained in:
parent
78794e377a
commit
005ed60c26
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user