Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
type_constraint_solving_closures_in_upper_and_lower_bounds.dart.textual_outline.expect
blob: fa80f6b2ea52b33c3b1081865f5e95c1fc8aeffc [
file
] [
log
] [
blame
]
class
C
<
X
>
{
C
(
void
Function
(
X
)
x
);
}
T check
<
T
>(
C
<
List
<
T
>>
f
)
{}
void
test
()
{}
main
()
{}