blob: e2e460d63e2e582ab576985df2f31fb53bbe1684 [file] [log] [blame]
Errors: {
org-dartlang-debug:synthetic_debug_expression:1:1: Error: Type argument 'T' violates the corresponding type variable bound of 'hasBound'.
Try changing type arguments so that they conform to the bounds.
hasBound<T>()
^
pkg/front_end/testcases/expression/main.dart:36:15: Context: Bound of this variable is violated.
void hasBound<T extends Bound>() {}
^
}
method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr<T extends dynamic>() dynamic
return main::hasBound<#lib1::debugExpr::T>();