summaryrefslogtreecommitdiff
path: root/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'Test.scala')
-rw-r--r--Test.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/Test.scala b/Test.scala
deleted file mode 100644
index 1d8d7afd76..0000000000
--- a/Test.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test extends Application {
- if (1 == 0) throw new Error();
- bar;
- def bar = foo;
- def foo = if (true)
- throw new Error();
-}