Sign in
dart
/
sdk
/
c24c41eeac757390e77daed51a15652ee9195acc
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
constant_pattern_in_if.dart.textual_outline.expect
blob: 00e830031de09ddf193c08419f33b7c9e16e39c3 [
file
] [
log
] [
blame
]
class
Const
<
T
>
{
final
T value
;
const
Const
(
this
.
value
);
}
main
()
{}
void
test
(
dynamic
value
,
bool
expected
)
{}