Add check for bytecode target when @JvmRecord is used
^KT-43677 In Progress
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user