blob: e92df8630a1c95514bfa9dc7e30a859c527b0c53 [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.\n Increment() : x++ {}\n ^" {}
}
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.\nTo initialize a field, use the syntax 'name = value'.\n Increment() : x++ {}\n ^"]/* from null */;
static method main() dynamic {}