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

Add record support to constants #14877

Closed
Shan1024 opened this issue Apr 2, 2019 · 1 comment
Closed

Add record support to constants #14877

Shan1024 opened this issue Apr 2, 2019 · 1 comment
Labels
Area/Compiler Status/Duplicate Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Improvement

Comments

@Shan1024
Copy link
Member

Shan1024 commented Apr 2, 2019

Description:
Need to add record type support to constants after the record literal support is added.

Eg -

const record { int id; } user = { id: 10 };
@anupama-pathirage anupama-pathirage added the Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. label Apr 30, 2019
@hasithaa hasithaa added this to the Ballerina 1.1.0 milestone Oct 22, 2019
@hasithaa
Copy link
Contributor

Resolving as this is captured as a sub-task #13944

@hasithaa hasithaa removed this from the Ballerina 1.1.0 milestone Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Compiler Status/Duplicate Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants