Move checkTypePosition to VarianceChecker in frontend

This is a partial revert of 279ff0b, which is no longer needed because
of the previous commit
This commit is contained in:
Alexander Udalov
2018-05-16 18:02:26 +02:00
parent 0e190e885a
commit 11653c6800
4 changed files with 43 additions and 84 deletions
@@ -88,7 +88,7 @@ abstract class AbstractTypeBindingTest : KotlinTestWithEnvironment() {
if (argument.projection.isStarProjection)
printlnWithNoIndent("*")
else printlnWithNoIndent("${projection}${argument.projection.type.render()}")
print(argument.holder)
print(argument.binding)
return this
}