Closed
Description
openedon Apr 17, 2024
The following function reports no bounds for T
in KSP2
fun <T> example() where T : Appendable, T : CharSequence {
}
In KSP 1 it correctly reports the Appendable
and CharSequence
bounds, but KSP2 reports no bounds
Activity