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