Sign in
dart
/
sdk
/
04e11b83c00d0673bb06a021a541e3820ef2d29e
/
.
/
pkg
/
front_end
/
testcases
/
general
/
magic_const.dart.textual_outline_modelled.expect
blob: 03b75381e27428a79572c92d8adb9d19c7c14698 [
file
] [
log
] [
blame
]
class
Constant
{
const
Constant
();
}
class
NotConstant
{}
foo
({
a
=
Constant
(),
b
=
Constant
(),
c
=
[]})
{}
main
()
{}
test
()
{}