Skip to content
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

Fix property lookup for projections on Kotlin types. #3129

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

This commit makes sure to use the target objects method to determine the property used for the projection.

Resolves: #3127

This commit makes sure to use the target objects method to determine the property used for the projection.
mp911de pushed a commit that referenced this pull request Aug 1, 2024
This commit makes sure to use the target objects method to determine the property used for the projection.

Closes: #3127
Original pull request: #3129
mp911de pushed a commit that referenced this pull request Aug 1, 2024
This commit makes sure to use the target objects method to determine the property used for the projection.

Closes: #3127
Original pull request: #3129
mp911de pushed a commit that referenced this pull request Aug 1, 2024
This commit makes sure to use the target objects method to determine the property used for the projection.

Closes: #3127
Original pull request: #3129
@mp911de mp911de added the type: enhancement A general enhancement label Aug 1, 2024
@mp911de mp911de added this to the 3.2.9 (2023.1.9) milestone Aug 1, 2024
@mp911de mp911de closed this Aug 1, 2024
@mp911de mp911de deleted the issue/3127 branch August 1, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for interface projection using Kotlin "is"-properties
2 participants