aboutsummaryrefslogtreecommitdiff
path: root/test/library-test/Foo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/library-test/Foo.scala')
-rw-r--r--test/library-test/Foo.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/library-test/Foo.scala b/test/library-test/Foo.scala
new file mode 100644
index 0000000..75c0780
--- /dev/null
+++ b/test/library-test/Foo.scala
@@ -0,0 +1,4 @@
+package lib_test
+object Foo{
+ def bar = "Hello, Foo Bar"
+}