blob: 1eed720ca15f8688d224b4d0909df92611477957 [file] [log] [blame]
pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart:15:5: Context: Write to f@369
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@542
g = 'hello';
^