Sign in
bazel
/
bazel
/
bd69080f0b9d57047d390d9557aa6d0441e66b38
/
.
/
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
)
}
}