[FIR] Generate java declarations for record components of java records
^KT-53964 Fixed
This commit is contained in:
Vendored
-1
@@ -1,5 +1,4 @@
|
||||
// ENABLE_JVM_PREVIEW
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: MyRec.java
|
||||
public record MyRec(String name) implements KI {
|
||||
public String getName() {
|
||||
|
||||
Vendored
-1
@@ -1,5 +1,4 @@
|
||||
// ENABLE_JVM_PREVIEW
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: MyRec.java
|
||||
public record MyRec(String name) {
|
||||
public String getName() {
|
||||
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +JvmRecordSupport
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ENABLE_JVM_PREVIEW
|
||||
// FILE: MyRec.java
|
||||
public record MyRec(String name) {}
|
||||
|
||||
Vendored
-1
@@ -1,5 +1,4 @@
|
||||
// WITH_REFLECT
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ISSUE: KT-47760
|
||||
|
||||
// FILE: MyRecord.java
|
||||
|
||||
Reference in New Issue
Block a user