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