blob: bafe8cc496849de1298a2e1f6a07d5a7cff203db [file] [log] [blame]
// @dart = 2.6
class Foo {
int field;
static int staticField;
}
main() {}