[FIR] Forbid @JvmInline with inline modifier
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
committed by
Space Team
parent
3b5ad0681f
commit
888bf801e2
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user