Add test for KT-53124

The issue itself is supposed to be fixed after eb19d39cbf reverted

^KT-53124 Fixed
This commit is contained in:
Denis.Zharkov
2022-08-26 09:46:14 +02:00
committed by teamcity
parent 42c41a1916
commit db1bd4f232
6 changed files with 85 additions and 0 deletions
@@ -14024,6 +14024,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inference/kt50232a.kt");
}
@Test
@TestMetadata("kt53124.kt")
public void testKt53124() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt53124.kt");
}
@Test
@TestMetadata("kt6175.kt")
public void testKt6175() throws Exception {