Skip to content

Type inference for class fields with initializers #550

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

Closed
MaxGraey opened this issue Mar 18, 2019 · 1 comment
Closed

Type inference for class fields with initializers #550

MaxGraey opened this issue Mar 18, 2019 · 1 comment

Comments

@MaxGraey
Copy link
Member

MaxGraey commented Mar 18, 2019

class Foo {
   static readonly PI = 3.14
   hello = 'world'
}
@dcodeIO
Copy link
Member

dcodeIO commented May 28, 2020

Closing this issue as part of 2020 vacuum but merged it into #314, which is very similar (covers function parameter initializers).

@dcodeIO dcodeIO closed this as completed May 28, 2020
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