blob: 2ce48d58d7f4f2b875c4ce69f8dde78b556075f1 [file] [log] [blame]
// Formatted problems:
//
// 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++ {}
// ^
library;
import self as self;
import "dart:core" as core;
class Increment extends core::Object {
field core::int x;
constructor •() void
;
}
static method main() dynamic
;