blob: dbc978ad32d5c9b3cf45dd6164bb9cc9d5726b86 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/inference/instantiate_tearoff_of_call.dart:10:12: Error: A value of type '<T extends dart.core::Object = dynamic>(T) → T' can't be assigned to a variable of type '(dart.core::int) → dart.core::int'.
// Try changing the type of the left hand side, or casting the right hand side to '(dart.core::int) → dart.core::int'.
// func = f.call;
// ^
library test;
import self as self;
import "dart:core" as core;
static method test(<T extends core::Object = dynamic>(T) T f) void {
(core::int) core::int func;
func = let final<BottomType> #t1 = invalid-expression "pkg/front_end/testcases/inference/instantiate_tearoff_of_call.dart:10:12: Error: A value of type '<T extends dart.core::Object = dynamic>(T) \u8594 T' can't be assigned to a variable of type '(dart.core::int) \u8594 dart.core::int'.
Try changing the type of the left hand side, or casting the right hand side to '(dart.core::int) \u8594 dart.core::int'.
func = f.call;
^" in f.call as{TypeError} (core::int) → core::int;
}
static method main() → dynamic {}