blob: b4168330f32de1e2738b21d0d1436ac3f0cb100e [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 •() self::Increment
;
}
static method main() dynamic
;