[Test] Add test for KT-41952
^KT-41952 Obsolete
This commit is contained in:
committed by
Space Team
parent
4c96495eef
commit
a1a9a55e1a
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user