Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
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
()
{}