Drop YIELD_IS_RESERVED diagnostic in 1.7.0 #KT-27750 Fixed

This commit is contained in:
Mikhail Glukhikh
2021-10-21 10:35:11 +03:00
committed by teamcity
parent 0739925869
commit 61e0375900
22 changed files with 348 additions and 12 deletions
@@ -644,6 +644,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/ReserveYield2.kt");
}
@Test
@TestMetadata("ReserveYieldNoMore.kt")
public void testReserveYieldNoMore() throws Exception {
runTest("compiler/testData/diagnostics/tests/ReserveYieldNoMore.kt");
}
@Test
@TestMetadata("ReserveYieldNoMore2.kt")
public void testReserveYieldNoMore2() throws Exception {
runTest("compiler/testData/diagnostics/tests/ReserveYieldNoMore2.kt");
}
@Test
@TestMetadata("ResolveOfJavaGenerics.kt")
public void testResolveOfJavaGenerics() throws Exception {