blob: 88141c9957427932cf46db5bfeb029f6d528086b [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1.dart:9:35: Error: An equality expression can't be an operand of another equality expression.
// Try re-writing the expression.
// var /*@topType=dynamic*/v = (f<int>)(() { return 1; });
// ^
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1.dart:9:36: Error: Expected an identifier, but got ')'.
// var /*@topType=dynamic*/v = (f<int>)(() { return 1; });
// ^
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1.dart:9:36: Warning: Getter not found: ''.
// var /*@topType=dynamic*/v = (f<int>)(() { return 1; });
// ^
library test;
import self as self;
import "dart:core" as core;
static field dynamic v;
static method f<T extends core::Object = dynamic>(() self::f::T g) core::List<self::f::T>
;
static method main() dynamic
;