[Test] Reproduce KT-66258

This commit is contained in:
Dmitriy Novozhilov
2024-03-04 14:38:42 +02:00
committed by Space Team
parent 172df04c9b
commit 5e742884de
7 changed files with 66 additions and 0 deletions
@@ -35817,6 +35817,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onTypeParameter.kt");
}
@Test
@TestMetadata("optInDiagnosticOnPropertyGetter.kt")
public void testOptInDiagnosticOnPropertyGetter() {
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/optInDiagnosticOnPropertyGetter.kt");
}
@Test
@TestMetadata("suppressOnDeclarationItself.kt")
public void testSuppressOnDeclarationItself() {
@@ -35955,6 +35955,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onTypeParameter.kt");
}
@Test
@TestMetadata("optInDiagnosticOnPropertyGetter.kt")
public void testOptInDiagnosticOnPropertyGetter() {
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/optInDiagnosticOnPropertyGetter.kt");
}
@Test
@TestMetadata("suppressOnDeclarationItself.kt")
public void testSuppressOnDeclarationItself() {