blob: 23d72cebb5572c86fd9fba7c85acd3132afbb383 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
static final f = (bool b) => 1;
}
main() {}