FIR deserializer: read nullability & add constructors
This commit is contained in:
@@ -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|)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user