[SLC] unmute tests on JvmRecord
^KT-62357
This commit is contained in:
committed by
Space Team
parent
69b9bfc3e0
commit
b463f1fdfa
@@ -12,13 +12,5 @@ public final class MyRec /* pkg.MyRec*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final pkg.MyRec copy(@org.jetbrains.annotations.NotNull() java.lang.String);// copy(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String toString();// toString()
|
||||
|
||||
public MyRec(@org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(java.lang.String)
|
||||
|
||||
public boolean equals(@org.jetbrains.annotations.Nullable() java.lang.Object);// equals(java.lang.Object)
|
||||
|
||||
public int hashCode();// hashCode()
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
// 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
|
||||
|
||||
@@ -16,5 +16,4 @@ public final class MyRec /* pkg.MyRec*/ {
|
||||
public boolean equals(@org.jetbrains.annotations.Nullable() java.lang.Object);// equals(java.lang.Object)
|
||||
|
||||
public int hashCode();// hashCode()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user