blob: 29c3f87f24983bc5f4f182d66c405f40b7a120bc [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Increment extends core::Object {
field core::int x = null;
constructor •() void
: final dynamic #t1 = invalid-expression "pkg/front_end/testcases/regress/issue_31192.dart:7:17: Error: '' isn't an instance field of this class.
Increment() : x++ {}
^" {}
}
static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/issue_31192.dart:7:17: Error: Expected an assignment after the field name.
To initialize a field, use the syntax 'name = value'.
Increment() : x++ {}
^"]/* from null */;
static method main() → dynamic {}