Sign in
dart
/
sdk.git
/
85cfb9dadbf56d626dc57cfd743e534f7b96e900
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
issue_31192.dart.textual_outline.expect
blob: 0ea21b90c693bc28b3987357e354fcedb2558d25 [
file
] [
log
] [
blame
]
class
Increment
{
int
x
;
Increment
()
:
=
x
++
{}
}
main
()
{}