Value classes: Add JvmInlineValueClasses language feature

This commit is contained in:
Ilmir Usmanov
2020-12-17 20:27:32 +01:00
parent 48d9812d9e
commit f922ebbfc3
9 changed files with 71 additions and 7 deletions
@@ -43,6 +43,12 @@ public class DiagnosticsTestWithJvmIrBackendGenerated extends AbstractDiagnostic
runTest("compiler/testData/diagnostics/testsWithJvmBackend/multipleBigArityFunsImplemented_ir.kt");
}
@Test
@TestMetadata("noWarningInLV1_5.kt")
public void testNoWarningInLV1_5() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt");
}
@Test
@TestMetadata("suspendInlineCycle_ir.kt")
public void testSuspendInlineCycle_ir() throws Exception {
@@ -43,6 +43,12 @@ public class DiagnosticsTestWithOldJvmBackendGenerated extends AbstractDiagnosti
runTest("compiler/testData/diagnostics/testsWithJvmBackend/multipleBigArityFunsImplemented.kt");
}
@Test
@TestMetadata("noWarningInLV1_5.kt")
public void testNoWarningInLV1_5() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJvmBackend/noWarningInLV1_5.kt");
}
@Test
@TestMetadata("suspendInlineCycle.kt")
public void testSuspendInlineCycle() throws Exception {