Sign in
dart
/
tools.git
/
a9b1487e
/
.
/
pkgs
/
coverage
/
test
/
test_files
/
test_app.g.dart
blob: c80718aec4eeafd944aac04a48c654e8a5efc3a2 [
file
] [
log
] [
blame
]
part of
'test_app.dart'
;
int
usedGeneratedMethod
(
int
a
,
int
b
)
{
return
a
*
b
;
}