Skip to content

[KSP2] Intersection types are not modeled #1846

Closed

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions