Cleanup constraint system, convert functions to properties, delete unused

This commit is contained in:
Alexander Udalov
2015-10-30 16:39:40 +03:00
parent 3484c049d1
commit d72a4c8037
16 changed files with 64 additions and 188 deletions
@@ -106,7 +106,7 @@ abstract public class AbstractConstraintSystemTest() : KotlinLiteFixture() {
val resultingStatus = Renderers.RENDER_CONSTRAINT_SYSTEM_SHORT.render(system)
val resultingSubstitutor = system.getResultingSubstitutor()
val resultingSubstitutor = system.resultingSubstitutor
val result = typeParameterDescriptors.map {
val parameterType = testDeclarations.getType(it.getName().asString())
val resultType = resultingSubstitutor.substitute(parameterType, Variance.INVARIANT)