blob: 58e5d4b26837d8f7fc262a40e7d807850f67d144 [file] [log] [blame]
library test;
//
// Problems in library:
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_via_expr1.dart:9:39: Error: An equality expression can't be an operand of another equality expression.
// Try re-writing the expression.
// var /*@topType=dynamic*/v = (f<dynamic>)(() { return 1; });
// ^
//
// pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_via_expr1.dart:9:40: Error: Expected an identifier, but got ')'.
// var /*@topType=dynamic*/v = (f<dynamic>)(() { return 1; });
// ^
//
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
;