[FIR] Reproduce KT-64609
^KT-64609
This commit is contained in:
committed by
Space Team
parent
af5f76048b
commit
1f46aed3e0
+6
@@ -483,6 +483,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/implicitNothing.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inapplicableTargetPropertyImmutableInPrimaryConstructor.kt")
|
||||
public void testInapplicableTargetPropertyImmutableInPrimaryConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inapplicableTargetPropertyImmutableInPrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncDec.kt")
|
||||
public void testIncDec() throws Exception {
|
||||
|
||||
+6
@@ -483,6 +483,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/implicitNothing.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inapplicableTargetPropertyImmutableInPrimaryConstructor.kt")
|
||||
public void testInapplicableTargetPropertyImmutableInPrimaryConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inapplicableTargetPropertyImmutableInPrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IncDec.kt")
|
||||
public void testIncDec() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user