Add check for bytecode target when @JvmRecord is used
^KT-43677 In Progress
This commit is contained in:
@@ -530,6 +530,16 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/jvmDefaultAll.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmRecordOk.args")
|
||||
public void testJvmRecordOk() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmRecordOk.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmRecordWrongTarget.args")
|
||||
public void testJvmRecordWrongTarget() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jvmRecordWrongTarget.args");
|
||||
}
|
||||
|
||||
@TestMetadata("kotlinHomeWithoutStdlib.args")
|
||||
public void testKotlinHomeWithoutStdlib() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/kotlinHomeWithoutStdlib.args");
|
||||
|
||||
Reference in New Issue
Block a user