[NI] Fix detecting expected type variable for postponed atoms

#KT-36819 Fixed
This commit is contained in:
Dmitriy Novozhilov
2020-02-19 16:41:08 +03:00
parent 7e832e50ac
commit 102d5c7d5a
7 changed files with 88 additions and 2 deletions
@@ -10101,6 +10101,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/inference/kt35702.kt");
}
@TestMetadata("kt36819.kt")
public void testKt36819() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt36819.kt");
}
@TestMetadata("kt6175.kt")
public void testKt6175() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt6175.kt");