You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, dart2js produces the following error while compiling the code above:
Error: Can't have other initializers together with 'this'.
main.dart:8:3:
Error: Final field 'x' is not initialized by this constructor.
A.half(int x):
^^^^
On dartPad or with my local SDK, the following code snippet does not trigger an analyzer warning/error, but fails to compile:
dart --version
:The text was updated successfully, but these errors were encountered: