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

Allow dereferencing of references to value-typed objects #397

Closed
turbolent opened this issue Oct 5, 2020 · 1 comment
Closed

Allow dereferencing of references to value-typed objects #397

turbolent opened this issue Oct 5, 2020 · 1 comment

Comments

@turbolent
Copy link
Member

Issue To Be Solved

It is currently not possible to get the underlying value of a reference to a value-typed objects, e.g. it is not possible to get an Address from a &Address.

This should stay invalid for resources.

Suggest A Solution

Enable dereferencing references to value-typed objects, for example, through the force operator (!).

@SupunS
Copy link
Member

SupunS commented Aug 29, 2024

Same as #2803

Feature was added in #2982

@SupunS SupunS closed this as completed Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants