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