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

Tooling support for intersection/readonly types #23313

Closed
MaryamZi opened this issue May 17, 2020 · 3 comments
Closed

Tooling support for intersection/readonly types #23313

MaryamZi opened this issue May 17, 2020 · 3 comments
Assignees
Labels
Team/LanguageServer Language Server Implementation related issues. #Compiler Type/NewFeature

Comments

@MaryamZi
Copy link
Member

Description:
$title.

Intersection types are supported with readonly at - T & readonly x

Record fields can also be marked readonly in the type-descriptor

type Foo record {
   readonly Bar b;
};

See #22519, #22965

@MaryamZi MaryamZi added Type/NewFeature Team/CompilerFETools Semantic API, Formatter, Shell labels May 17, 2020
@MaryamZi MaryamZi added the Team/LanguageServer Language Server Implementation related issues. #Compiler label May 22, 2020
@nadeeshaan
Copy link
Contributor

Definition and the completion support has been added

@sameerajayasoma
Copy link
Contributor

Can we close this?

@anupama-pathirage anupama-pathirage removed the Team/CompilerFETools Semantic API, Formatter, Shell label Mar 1, 2021
@mohanvive
Copy link
Contributor

Closing the issue since completion and definition support is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/LanguageServer Language Server Implementation related issues. #Compiler Type/NewFeature
Projects
None yet
Development

No branches or pull requests

6 participants