[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
public abstract interface SubclassOfCollection<E> : R|kotlin/collections/MutableCollection<E>| {
|
||||
public abstract operator fun iterator(): R|kotlin/collections/MutableIterator<ft<E, E?>>|
|
||||
public abstract operator fun iterator(): R|kotlin/collections/MutableIterator<ft<E, E?>!>|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user