Sign in
dart
/
sdk
/
9b42e2d1663ce3855097e7f8acaeaffc511f88a3
/
.
/
pkg
/
front_end
/
testcases
/
inline_class
/
issue51146.dart.textual_outline_modelled.expect
blob: a694c294535533d575a2423ac5358e706c73bf1d [
file
]
inline
class
I
<
X
,
Y
>
{
I
(
this
.
value
);
final
X value
;
}
void
f
(
I
<
int
,
String
>
i
)
{}
void
main
()
{}