blob: ca4699a01d2faeb6d01eb1f4cba73c620760831b [file] [log] [blame] [edit]
f(x, bool Function() a) => switch(x) {
_ when a() => 0
};