Sign in
bazel
/
bazel
/
528a1eac7d2638a492655cda8e18e80c4510583c
/
.
/
examples
/
swift
/
foo.swift
blob: 4f80dad878d5851fa9350561bf451a049a6b0142 [
file
] [
log
] [
blame
]
import
class
examples_BarLib
.
Multiplier
public
class
Foo
{
public
init
()
{}
public
func multiply
()
->
Int
{
return
Multiplier
().
multiply
(
a
:
Constants
.
x
,
b
:
Constants
.
y
)
}
}