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

Parser changes for isolated objects #25569

Closed
MaryamZi opened this issue Sep 2, 2020 · 0 comments · Fixed by #25778
Closed

Parser changes for isolated objects #25569

MaryamZi opened this issue Sep 2, 2020 · 0 comments · Fixed by #25778
Assignees
Labels
Area/Parser Everything related to the ballerina lexer and the parser #Compiler Points/1 Equivalent to one day effort Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature

Comments

@MaryamZi
Copy link
Member

MaryamZi commented Sep 2, 2020

Description:
Need to allow isolated with class definitions.

isolated class Foo {

}

Need to also confirm if isolated needs to be allowed with object constructor expressions and support the same if so.

@MaryamZi MaryamZi added Type/NewFeature Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Area/Parser Everything related to the ballerina lexer and the parser #Compiler labels Sep 2, 2020
@dulvinw dulvinw added the Points/1 Equivalent to one day effort label Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Parser Everything related to the ballerina lexer and the parser #Compiler Points/1 Equivalent to one day effort Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants