Fix ultra light structure for @JvmRecord classes

This commit is contained in:
Denis.Zharkov
2021-01-11 18:04:21 +03:00
parent 43b61a618d
commit 0e3aaceb16
8 changed files with 70 additions and 19 deletions
@@ -0,0 +1,8 @@
// CHECK_BY_JAVA_FILE
// API_VERSION: 1.5
// JVM_TARGET: 15
// COMPILER_ARGUMENTS: -XXLanguage:+JvmRecordSupport -Xjvm-enable-preview
package pkg
@JvmRecord
data class MyRec(val name: String)