[IR] Allow inline modifier for functions returning MFVC without warning

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

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-12-19 14:03:53 +01:00
committed by teamcity
parent 4928e284f6
commit ac28c0a286
7 changed files with 43 additions and 14 deletions
@@ -17590,6 +17590,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inline/superProperty.kt");
}
@Test
@TestMetadata("valueClasses.kt")
public void testValueClasses() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/valueClasses.kt");
}
@Test
@TestMetadata("vararg.kt")
public void testVararg() throws Exception {