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

A proposal for supporting references to synthetic Java properties #329

Merged
merged 10 commits into from
Dec 14, 2022
Prev Previous commit
Next Next commit
Fix a typo
Co-authored-by: Alexander Udalov <[email protected]>
  • Loading branch information
strangepleasures and udalov committed Nov 3, 2022
commit 706797a7894537bf5eafb61c9888a099e80912a2
2 changes: 1 addition & 1 deletion proposals/references-to-java-synthetic-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ val props = listOf(widget::name, widgetIsActivePropertyReference)

## The proposed solution

Tu sum up, we propose the following:
To sum up, we propose the following:
- Make it possible to reference synthetic Java properties using the `::` syntax.
- Disable `kotlin-reflect`-dependent features for now; throw an `UnsupportedOperationException`.
- Do not include synthetic Java properties in `KClass.members`.
Expand Down