Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
nongeneric_tearoff_with_context.dart.textual_outline_modelled.expect
blob: c7ab6c9e60d88c205a3741f72b7059faaa7380c5 [
file
] [
log
] [
blame
]
A
Function
()
bar1
()
=>
A
.
foo1
;
A
Function
()
bar2
()
=>
A
.
foo2
;
class
A
{
A
.
foo1
()
{}
A
.
foo2
(
int
x
)
{}
}
main
()
{}