"casted" -> "cast"

This commit is contained in:
Valentin Kipyatkov
2014-11-19 22:00:01 +03:00
parent 3e437adbb4
commit 6230ba7310
23 changed files with 36 additions and 36 deletions
@@ -109,7 +109,7 @@ public abstract class AbstractPartialBodyResolveTest : JetLightCodeInsightFixtur
val renderType = this is VariableDescriptor && type != this.getReturnType()
if (!renderType) return s
return s + " smart-casted to " + if (type != null) DescriptorRenderer.COMPACT.renderType(type) else "unknown type"
return s + " smart-cast to " + if (type != null) DescriptorRenderer.COMPACT.renderType(type) else "unknown type"
}
private fun JetExpression.presentation(): String {