Sign in
dart
/
sdk.git
/
7a05e327a6a512266885df7f26fc83f3b14e3360
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks
/
call_method_implicit_tear_off_future_or.dart.textual_outline_modelled.expect
blob: c9eba704d4aeea9cb9f8fccb78c69c76178478ab [
file
] [
log
] [
blame
]
library test
;
import
'dart:async'
;
class
C
{
void
call
()
{}
}
main
()
{}