Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
async_await.dart.textual_outline.expect
blob: ed8e45d40978acb3e79c447fb3a4a0e69821f8a3 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
import
'dart:async'
;
abstract
class
MyFuture
implements
Future
<int>
{}
void
test
()
async
{}
main
()
{}