Sign in
dart
/
sdk
/
47dc4663d8e0dff1b053838c56bbb1412ef64e0d
/
.
/
pkg
/
front_end
/
testcases
/
coverage
/
static2_test.dart.textual_outline.expect
blob: 2e6e04da311ec1f62dba7b57cf839717e9b076dd [
file
] [
log
] [
blame
]
class
A
{
final
int
x
;
const
A
.
a4
(
String
this
.
x
);
}