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