Sign in
bazel
/
bazel
/
1b2e3e3152b0f2311606db25fbefc5ce78b9db83
/
.
/
tools
/
build_defs
/
scala
/
test
/
OtherLib.scala
blob: f696242d40ae375ab9d250de7340f1c5522ce4c4 [
file
] [
log
] [
blame
]
package
scala
.
test
// It is just to show how a Scala library can depend on another Scala library.
object
OtherLib
{
def
getMessage
():
String
=
{
return
"scala!"
}
}