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