Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
greatest_closure_multiple_params.dart.textual_outline_modelled.expect
blob: 075e4259ce70cfeb36bc1ae494f3a71197d7f5b5 [
file
] [
log
] [
blame
]
library test
;
abstract
class
C
<
E
>
{
static
int
_compareAny
(
a
,
b
)
{}
static
void
sort2
<
E
>(
C
<
E
>
a
,
int
compare
(
E a
,
E b
))
{}
void
sort
([
int
Function
(
E a
,
E b
)?
compare
])
{}
}
main
()
{}