[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public open class A<T> : R|kotlin/Any| {
|
||||
public open operator fun foo(t: R|ft<T, T?>|!): R|ft<T, T?>|!
|
||||
public open operator fun foo(t: R|ft<T, T?>!|): R|ft<T, T?>!|
|
||||
|
||||
public constructor<T>(): R|A<T>|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user