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