Sign in
dart
/
sdk.git
/
749b622a6bd0bbfeb1bdda8881333ee2575e5f99
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
this_invoke.dart.textual_outline.expect
blob: ab53b16888d855c598e815779c1bd2ff1d8c8224 [
file
]
class
C
{
m
(
x
)
=>
this
(
x
);
call
(
x
)
=>
42
;
}
main
()
{}