Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-140.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks
/
call_method_implicit_tear_off.dart.textual_outline.expect
blob: ac57e715c9148c973f6fa85fb4a4e455ab061b75 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
C
{
void
call
()
{}
}
main
()
{}