Files
kotlin-fork/compiler/testData/asJava/ultraLightClasses/jvmRecord.kt
T
Dmitriy Novozhilov 6623456d2a [FIR] Properly support @JvmRecord
^KT-53867 Fixed
2022-10-03 15:48:17 +03:00

13 lines
347 B
Kotlin
Vendored

// CHECK_BY_JAVA_FILE
// 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