After calling `replace(emptyList())` nullable type arg types become non-null. For example: `A<Foo?>` becomes `A<Foo>`. Repro: https://github.com/kuanyingchou/ksp/commit/111dd83e8271883d01831bc558ec4766407dd177
After calling
replace(emptyList())nullable type arg types become non-null. For example:A<Foo?>becomesA<Foo>.Repro: kuanyingchou@111dd83