Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
testcases
/
new_const_insertion
/
simple.dart.textual_outline.expect
blob: e387ab99c8b69a0d141c175137cd9e04c774c176 [
file
] [
log
] [
blame
]
class
A
{
final
int
x
;
const
A
(
this
.
x
);
}
main
()
{}