FIR deserializer: read nullability & add constructors
This commit is contained in:
+3
-1
@@ -5,10 +5,12 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String|, z: R|kotlin/Double|): R|test/DataClass|
|
||||
|
||||
public open operator fun equals(other: R|kotlin/Any|): R|kotlin/Boolean|
|
||||
public open operator fun equals(other: R|kotlin/Any|?): R|kotlin/Boolean|
|
||||
|
||||
public open fun hashCode(): R|kotlin/Int|
|
||||
|
||||
public open fun toString(): R|kotlin/String|
|
||||
|
||||
public constructor(x: R|kotlin/String|, z: R|kotlin/Double|)
|
||||
|
||||
}
|
||||
|
||||
@@ -3,10 +3,12 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String|): R|test/DataClass|
|
||||
|
||||
public open operator fun equals(other: R|kotlin/Any|): R|kotlin/Boolean|
|
||||
public open operator fun equals(other: R|kotlin/Any|?): R|kotlin/Boolean|
|
||||
|
||||
public open fun hashCode(): R|kotlin/Int|
|
||||
|
||||
public open fun toString(): R|kotlin/String|
|
||||
|
||||
public constructor(x: R|kotlin/String|)
|
||||
|
||||
}
|
||||
|
||||
@@ -5,10 +5,12 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String|, y: R|kotlin/Int|): R|test/DataClass|
|
||||
|
||||
public open operator fun equals(other: R|kotlin/Any|): R|kotlin/Boolean|
|
||||
public open operator fun equals(other: R|kotlin/Any|?): R|kotlin/Boolean|
|
||||
|
||||
public open fun hashCode(): R|kotlin/Int|
|
||||
|
||||
public open fun toString(): R|kotlin/String|
|
||||
|
||||
public constructor(x: R|kotlin/String|, y: R|kotlin/Int|)
|
||||
|
||||
}
|
||||
|
||||
@@ -5,10 +5,12 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String|, y: R|kotlin/Int|): R|test/DataClass|
|
||||
|
||||
public open operator fun equals(other: R|kotlin/Any|): R|kotlin/Boolean|
|
||||
public open operator fun equals(other: R|kotlin/Any|?): R|kotlin/Boolean|
|
||||
|
||||
public open fun hashCode(): R|kotlin/Int|
|
||||
|
||||
public open fun toString(): R|kotlin/String|
|
||||
|
||||
public constructor(x: R|kotlin/String|, y: R|kotlin/Int|)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user