We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We should be able to write the equivalent of
class C { b = 3; c = () => 4; }
Can it be
class C b: 3 c: () => 4;
or does the b property have different semantics?
b