K2 opt-in: restore marker annotation check for constructors
This commit is contained in:
committed by
Space Team
parent
a77750a257
commit
b92ce68f32
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user