Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue47057.dart.textual_outline.expect
blob: af27955f5b7d7c55956e80c3d22a152e23594ed3 [
file
] [
log
] [
blame
]
import
'dart:async'
;
Future
<int>
foo
<
X
extends
Object
?>(
X x
)
async
{}
main
()
{}