Sign in
dart
/
sdk
/
81ddb51b84ecd32034c36ff23cc6850a6947b5f1
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
this_invoke.dart.textual_outline.expect
blob: cdf68c283fc231760b48b12063d5ae7a5121830f [
file
] [
log
] [
blame
]
// @dart = 2.9
class
C
{
m
(
x
)
=>
this
(
x
);
call
(
x
)
=>
42
;
}
main
()
{}