Exemple #1
0
 public Types.Type GetCompatibleType(Types.IntType leftType, Types.IntType rightType)
 {
     return(new Types.BoolType());
 }
Exemple #2
0
 public Types.Type GetCompatibleType(Values.Int leftType, Types.IntType rightType)
 {
     return(new Types.IntType());
 }