FE: add test for KT-53408 to have stable behavior here

This commit is contained in:
Mikhail Glukhikh
2022-10-18 16:30:39 +02:00
parent b6612c2dcb
commit 5347c3c7cc
6 changed files with 73 additions and 0 deletions
@@ -23106,6 +23106,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/override/kt4785.kt");
}
@Test
@TestMetadata("kt53408.kt")
public void testKt53408() throws Exception {
runTest("compiler/testData/diagnostics/tests/override/kt53408.kt");
}
@Test
@TestMetadata("kt6014.kt")
public void testKt6014() throws Exception {