K2 opt-in: restore marker annotation check for constructors

This commit is contained in:
Mikhail Glukhikh
2022-11-21 13:57:11 +01:00
committed by Space Team
parent a77750a257
commit b92ce68f32
7 changed files with 79 additions and 5 deletions
@@ -37874,6 +37874,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/constVal.kt");
}
@Test
@TestMetadata("constructorCheck.kt")
public void testConstructorCheck() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/constructorCheck.kt");
}
@Test
@TestMetadata("deeplyNestedClass.kt")
public void testDeeplyNestedClass() throws Exception {