Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
nongeneric_tearoff_without_context.dart.textual_outline_modelled.expect
blob: 28ca8784b0e5a8f047b1dfd4c8f11b5b7542fbfc [
file
] [
log
] [
blame
]
bar
()
=>
A
.
foo
;
class
A
{
A
.
foo
()
{}
}
main
()
{}