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