Sign in
dart
/
sdk
/
94eef72b7deefdb3ddc24e3e2375fe2fca8a3162
/
.
/
pkg
/
front_end
/
testcases
/
general
/
constants
/
issue_43431.dart.textual_outline.expect
blob: bf3cae28ae5319da8d94c8716ba0b38956fb36fb [
file
] [
log
] [
blame
]
class
Foo
{
const
Foo
({
bool
x
=
true
});
const
x
=
Foo
();
}
main
()
{}