Sign in
dart
/
sdk
/
bd04424cda9dba632c0db1c1a1096d1a122ea69a
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
dynamic_methods.dart.textual_outline_modelled.expect
blob: e184ef2f2bf538dc26eef41ced834544a2d5e441 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
Foo
{
int
foo
(
int
x
)
=>
x
;
}
main
()
{}
test
()
{}