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