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

Class Declaration: Default Value #4807

Open
staycoolcall911 opened this issue Nov 6, 2023 · 1 comment
Open

Class Declaration: Default Value #4807

staycoolcall911 opened this issue Nov 6, 2023 · 1 comment
Labels
🛠️ compiler Compiler 📜 lang-spec-impl Appears in the language spec roadmap

Comments

@staycoolcall911
Copy link
Contributor

This should be supported:

class C {
  s: str = "123";
  init() {
  }
}
Copy link

github-actions bot commented Jan 6, 2024

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days.
Feel free to re-open this issue when there's an update or relevant information to be added.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ compiler Compiler 📜 lang-spec-impl Appears in the language spec roadmap
Projects
Status: 🤝 Backlog - handoff to owners
Status: Todo - p2
Development

No branches or pull requests

1 participant