Sign in
dart
/
sdk
/
04e11b83c00d0673bb06a021a541e3820ef2d29e
/
.
/
pkg
/
front_end
/
testcases
/
general
/
constants
/
unused_non_const.dart.textual_outline.expect
blob: d4d51c8df2733ed37601efb71d7259e882ba149e [
file
] [
log
] [
blame
]
final
int
nonConstTopLevel
=
0
;
class
Class
{
static
final
int
nonConstField
=
1
;
void
test
(
final
int
nonConstParameter
)
{}
}