blob: 42415db323d40d2be5214707a9171d2b5a1011c3 [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 {
field core::int x;
constructor •() self::Increment
;
}
static method main() dynamic
;