Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
const_functions
/
const_functions_recursion.dart.textual_outline_modelled.expect
blob: e73f951b80b44a98fa476e01f0212a8d15536c77 [
file
] [
log
] [
blame
]
import
"package:expect/expect.dart"
;
const
b
=
fn
(
4
);
int
fn
(
int
a
)
{}
int
localTest
()
{}
void
main
()
{}