Add check for bytecode target when @JvmRecord is used

^KT-43677 In Progress
This commit is contained in:
Denis.Zharkov
2020-12-01 19:08:41 +03:00
parent b860a0c664
commit f64980a597
10 changed files with 67 additions and 1 deletions
@@ -261,6 +261,9 @@ public abstract class AbstractCliTest extends TestCaseWithTmpdir {
.replace(
"$FOREIGN_ANNOTATIONS_DIR$",
new File(AbstractForeignAnnotationsTestKt.getFOREIGN_ANNOTATIONS_SOURCES_PATH()).getPath()
).replace(
"$JDK_15$",
KotlinTestUtils.getJdk15Home().getPath()
);
}