Update testadata of PSI dump of java records

This commit is contained in:
Dmitriy Novozhilov
2021-07-04 18:36:35 +03:00
parent 955c506294
commit c0c9e4a114
2 changed files with 6 additions and 10 deletions
+3 -5
View File
@@ -1,11 +1,9 @@
package test
public final class SimpleRecord : java.lang.Record {
/*record*/ public final class SimpleRecord : java.lang.Record {
public constructor SimpleRecord(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.CharSequence!)
private final val x: kotlin.Int
private final val y: kotlin.CharSequence!
public open fun x(): kotlin.Int
public open fun y(): kotlin.CharSequence!
/*record component*/ public open fun x(): kotlin.Int
/*record component*/ public open fun y(): kotlin.CharSequence!
public open fun y(/*0*/ p0: kotlin.Int): kotlin.CharSequence!
public open fun z(): kotlin.Double
}