blob: 0a7258bd5c1bf51c2b75c2d4705ef18f9c40e364 [file] [log] [blame]
library test;
String f() => null;
var g = f;
main() {}