[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String| = STUB, z: R|kotlin/Double| = STUB): 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|
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String| = STUB): 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|
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String| = STUB, y: R|kotlin/Int| = STUB): 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|
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ public final data class DataClass : R|kotlin/Any| {
|
||||
|
||||
public final fun copy(x: R|kotlin/String| = STUB, y: R|kotlin/Int| = STUB): 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|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user