This commit is contained in:
liangdzou
2018-09-21 09:27:33 +08:00
parent ab93c94081
commit f347dee812
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ TypePointer IntegerType::binaryOperatorResult(Token::Value _operator, TypePointe
return TypePointer();
}
auto commonType = Type::commonType(shared_from_this(), _other); //might be a integer or fixed point
auto commonType = Type::commonType(shared_from_this(), _other); //might be an integer or fixed point
if (!commonType)
return TypePointer();