[FIR] Forbid @JvmInline with inline modifier

Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com>

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2023-03-06 20:40:03 +01:00
committed by Space Team
parent 3b5ad0681f
commit 888bf801e2
7 changed files with 64 additions and 2 deletions
@@ -34376,6 +34376,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/valueClasses/inefficientEqualsOverridingInMfvc.kt");
}
@Test
@TestMetadata("inlineKeywordForMfvc.kt")
public void testInlineKeywordForMfvc() throws Exception {
runTest("compiler/testData/diagnostics/tests/valueClasses/inlineKeywordForMfvc.kt");
}
@Test
@TestMetadata("jvmInlineApplicability.kt")
public void testJvmInlineApplicability() throws Exception {