Sign in
bazel
/
bazel
/
678bdeaf8ceb496cce3a3e63fbb9be6eb54c7888
/
.
/
examples
/
swift
/
foo.swift
blob: 067c6730cd342a1b001f3d4ccfed60f4b1e8fd07 [
file
] [
log
] [
blame
]
Dmitry Shevchenko
2036dbd
2016-04-22 20:46:07 +0000
[
diff
] [
blame
]
1
import
class
BarLib
.
Multiplier
2
3
public
class
Foo
{
4
public
init
()
{}
5
6
public
func multiply
()
->
Int
{
7
return
Multiplier
().
multiply
(
Constants
.
x
,
Constants
.
y
)
8
}
9
}