You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that in KSP2, the KSPropertyDeclaration#type is expanded (i.e. no longer contains the type alias), but its KSType#declaration is a type alias. I would expect the type and its declaration to align as it does in KSP1.
The text was updated successfully, but these errors were encountered:
This issue seems similar to #2325.
Consider the following source:
With the following processor logic:
Results in:
The issue is that in KSP2, the
KSPropertyDeclaration#type
is expanded (i.e. no longer contains the type alias), but itsKSType#declaration
is a type alias. I would expect the type and its declaration to align as it does in KSP1.The text was updated successfully, but these errors were encountered: