Sign in
dart
/
sdk
/
dffa3191b9fc0ac5f9c9c25d70c7e0981374006e
/
.
/
pkg
/
front_end
/
testcases
/
general
/
implicit_constant_in_switch.dart.textual_outline.expect
blob: 39a34f4fdd4c1c6b0f74f1380fb264a41594454c [
file
] [
log
] [
blame
]
// @dart = 2.18
class
Const
<
T
>
{
final
T value
;
const
Const
(
this
.
value
);
}
main
()
{}
void
test
(
dynamic
value
,
bool
expected
)
{}