blob: 8eb4001a163bec6cac6881c7dfdbb0af863fe9f0 [file] [log] [blame]
pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart:15:5: Context: Write to f@348
f = /*@returnType=Null*/ (/*@type=Object*/ x) => 'hello';
^
pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart:18:5: Context: Write to g@521
g = 'hello';
^