blob: 52d5738d51155cd584f6211f33ffad8531bb5501 [file] [log] [blame]
// @dart = 2.9
extension on int {
static int foo = 2;
void foo() {}
}
void test() {}
main() {}