Closed
Description
After calling replace(emptyList())
nullable type arg types become non-null. For example: A<Foo?>
becomes A<Foo>
.
Repro: kuanyingchou@111dd83
After calling replace(emptyList())
nullable type arg types become non-null. For example: A<Foo?>
becomes A<Foo>
.
Repro: kuanyingchou@111dd83
Activity