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