[Test] Add test for KT-41952

^KT-41952 Obsolete
This commit is contained in:
Dmitriy Novozhilov
2023-01-24 11:20:35 +02:00
committed by Space Team
parent 4c96495eef
commit a1a9a55e1a
6 changed files with 68 additions and 0 deletions
@@ -8591,6 +8591,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/genericMethods.kt");
}
@Test
@TestMetadata("kt41952.kt")
public void testKt41952() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/kt41952.kt");
}
@Test
@TestMetadata("labeledDelegatedExpression.kt")
public void testLabeledDelegatedExpression() throws Exception {
@@ -8585,6 +8585,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/genericMethods.kt");
}
@Test
@TestMetadata("kt41952.kt")
public void testKt41952() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/kt41952.kt");
}
@Test
@TestMetadata("labeledDelegatedExpression.kt")
public void testLabeledDelegatedExpression() throws Exception {