Sign in
bazel
/
bazel
/
d356bf960b11c57a18f7c8b6a40fd2530ab995e8
/
.
/
examples
/
swift
/
foo.swift
blob: 067c6730cd342a1b001f3d4ccfed60f4b1e8fd07 [
file
] [
log
] [
blame
]
import
class
BarLib
.
Multiplier
public
class
Foo
{
public
init
()
{}
public
func multiply
()
->
Int
{
return
Multiplier
().
multiply
(
Constants
.
x
,
Constants
.
y
)
}
}