blob: babb86c082cee225798307bf5391d493e8cd6d5b [file] [log] [blame]
library test;
//
// Problems in library:
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1.dart:9:15: Error: An equality expression can't be an operand of another equality expression.
// Try re-writing the expression.
// var v = (f<int>)(() {
// ^
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1.dart:9:16: Error: Expected an identifier, but got ')'.
// var v = (f<int>)(() {
// ^
//
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
;