Sign in
dart
/
sdk
/
7621e7343426324d54b5198fa5b10e2a2bc4b718
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
issue51724_2.dart.textual_outline.expect
blob: 954e4cdc95953c8df496a04c72e5b860531a3157 [
file
] [
log
] [
blame
]
class
C
{
final
int
value
;
String
log
=
""
;
C
(
this
.
value
);
void
clearLog
()
{}
dynamic
operator
>(
num other
)
{}
}
String
test1
(
C c
)
{}
main
()
{}
throws
(
void
Function
()
f
)
{}