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