Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-140.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
body_typedef_omitted_bound.dart.textual_outline.expect
blob: e048d6e8a4b00a831a300f4c50c7597f98ce089b [
file
] [
log
] [
blame
]
// @dart = 2.9
typedef
A
<
T
>(
T p
);
class
C
{
foo
()
{}
}
main
()
{}