Sign in
dart
/
sdk
/
b45d25ba1e1726f316d5d753e29d6551267a0776
/
.
/
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
()
{}