Rename: casted -> cast

This commit is contained in:
Svetlana Isakova
2014-10-16 16:47:23 +04:00
parent 595b3ffe23
commit 4a1a95ea36
10 changed files with 22 additions and 22 deletions
@@ -152,10 +152,10 @@ public class SmartCastUtils {
@NotNull JetExpression expression,
@NotNull JetType type,
@NotNull BindingTrace trace,
boolean canBeCasted,
boolean canBeCast,
boolean recordExpressionType
) {
if (canBeCasted) {
if (canBeCast) {
trace.record(SMARTCAST, expression, type);
if (recordExpressionType) {
//TODO