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