Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks
/
dynamic_invocation_of_getter.dart.textual_outline.expect
blob: 773732570193bf3cd029d6614b994d9ed30a0625 [
file
] [
log
] [
blame
]
library test
;
class
C
{
dynamic
f
;
C
(
this
.
f
);
}
void
g
(
C c
)
{}
void
h
(
int
i
)
{}
void
test
()
{}
main
()
{}