Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
async_await.dart.textual_outline_modelled.expect
blob: 070de90209a06ed52517a0507c2087e4e3dfb3e0 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
import
'dart:async'
;
abstract
class
MyFuture
implements
Future
<int>
{}
main
()
{}
void
test
()
async
{}