Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
issue47075.dart.textual_outline.expect
blob: 60e1b64fb22de7e10fdb79c3966f5c90e83c5c5d [
file
] [
log
] [
blame
]
class
C
{
int
new
=
42
;
}
test
()
{}
main
()
{}