Check JvmRecordSupport language feature before generating synthetic properties
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: +JvmRecordSupport
|
||||
// JVM_TARGET: 15_PREVIEW
|
||||
// FILE: MyRec.java
|
||||
public record MyRec(String name) {}
|
||||
|
||||
Reference in New Issue
Block a user