NI: remove separation of variable fixation order by constraint kind

The commit partially reverts ec4d9d2f1f

^KT-37914 Fixed
This commit is contained in:
Victor Petukhov
2020-05-19 21:09:17 +03:00
parent 874fa5b998
commit 12db3d6e83
6 changed files with 129 additions and 17 deletions
@@ -10534,6 +10534,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/boundOnNullableVariable.kt");
}
@TestMetadata("castToSubtype.kt")
public void testCastToSubtype() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/castToSubtype.kt");
}
@TestMetadata("cstFromNullableChildAndNonParameterizedType.kt")
public void testCstFromNullableChildAndNonParameterizedType() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/cstFromNullableChildAndNonParameterizedType.kt");