[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public abstract interface Comparator<T> : R|kotlin/Any| {
|
||||
public abstract operator fun compare(o1: R|ft<T, T?>|!, o2: R|ft<T, T?>|!): R|kotlin/Int|
|
||||
public abstract operator fun compare(o1: R|ft<T, T?>!|, o2: R|ft<T, T?>!|): R|kotlin/Int|
|
||||
|
||||
public abstract operator fun equals(obj: R|kotlin/Any|?): R|kotlin/Boolean|
|
||||
public abstract operator fun equals(obj: R|kotlin/Any?|): R|kotlin/Boolean|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user