Add check that we have JDK 15 in classpath when using @JvmRecord
^KT-43677 In Progress
This commit is contained in:
+5
@@ -201,6 +201,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/explicitMetadata.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmRecordWithoutJdk15.kt")
|
||||
public void testJvmRecordWithoutJdk15() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/jvmRecordWithoutJdk15.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("JvmSyntheticOnDelegate.kt")
|
||||
public void testJvmSyntheticOnDelegate() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/JvmSyntheticOnDelegate.kt");
|
||||
|
||||
Reference in New Issue
Block a user