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