Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue47922.dart.textual_outline.expect
blob: 365be6a175915d547ea268c6e2831bfb4897f173 [
file
] [
log
] [
blame
]
class
A
{
final
String
foo
;
A
(
const
this
.
foo
);
}
main
()
{}