-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KSP2] Intersection types are not modeled #1846
Comments
This remains broken in 2.0.0-1.0.21. Repro: square/kotlinpoet#1885 |
I think it should have been fixed, I pulled your repro to my local and it looks that the test is running the artifact from KCT, which is 1.0.20-RC1-1.020. I overrode the test classpath with a local build of KSP
and test is passing, still, 1.0.21 won't work with KCT though due to #1908 therefore the local build, otherwise this type parameter bounds should be fine. |
ahh, good catch. I'll try that + the latest snapshot |
sidenote - could be useful for KSP to publish a bom given all the transitives? |
Ah, just read #595 |
Confirmed this is fixed in |
The following function reports no bounds for
T
in KSP2In KSP 1 it correctly reports the
Appendable
andCharSequence
bounds, but KSP2 reports no boundsThe text was updated successfully, but these errors were encountered: