blob: 0a7830fed24f121413ccc3e4f325940f40a53088 [file] [log] [blame]
// @dart = 2.9
var a = () => 'b';
a();