[FIR] Properly support @JvmRecord
^KT-53867 Fixed
This commit is contained in:
+3
-1
@@ -2,9 +2,11 @@
|
||||
// API_VERSION: 1.5
|
||||
// JVM_TARGET: 17
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:+JvmRecordSupport -Xjvm-enable-preview
|
||||
// IGNORE_FIR
|
||||
// reason: test framework does not support using JDK 17 as dependency
|
||||
package pkg
|
||||
|
||||
@JvmRecord
|
||||
data class MyRec(val name: String)
|
||||
// JDK 15 should be used to compile this file
|
||||
// COMPILATION_ERRORS
|
||||
// COMPILATION_ERRORS
|
||||
|
||||
Reference in New Issue
Block a user