Sign in
dart
/
external
/
github.com
/
flutter
/
devtools
/
35ee42b626919be2ea480eee74a5c06e02a58dc2
/
.
/
packages
/
devtools_app
/
example
/
test_foo.dart
blob: c6155e926aed06768d2ea79b3eb6d00b2d12c2d0 [
file
] [
log
] [
blame
]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
int
foo
(
int
param
)
{
return
param
*
param
;
}