blob: 88e5ddb1b9574c6bdde676e7a7c9c9435b9b88a6 [file] [log] [blame]
// @dart = 2.9
library test;
String f() => null;
var g = f;
main() {}