Migrate all JDK 15 related tests to JDK 17
This commit is contained in:
committed by
TeamCityServer
parent
452dfd6edd
commit
ce3562f0e8
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
/*record*/ public final class GenericRecord</*0*/ T : kotlin.Any!, /*1*/ E : kotlin.Any!> : java.lang.Record {
|
||||
public constructor GenericRecord</*0*/ T : kotlin.Any!, /*1*/ E : kotlin.Any!>(/*0*/ x: T!, /*1*/ y: E!)
|
||||
private final val x: T!
|
||||
private final val y: E!
|
||||
/*record component*/ public open fun x(): T!
|
||||
/*record component*/ public open fun y(): E!
|
||||
public open fun y(/*0*/ p0: E!): E!
|
||||
public open fun z(): kotlin.Double
|
||||
}
|
||||
Reference in New Issue
Block a user