summaryrefslogtreecommitdiff
path: root/test/files/pos/bug715/runner_2.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-19 12:39:00 +0000
committerPaul Phillips <paulp@improving.org>2009-05-19 12:39:00 +0000
commitaf9090a32aeb2a6db80767ae3ef10c484c63617d (patch)
treee1f1cf1fafc4bb92e0a6833a9cce627324c40f67 /test/files/pos/bug715/runner_2.scala
parent54384172fe0a5a926a133f46aed0653bb59b054d (diff)
downloadscala-af9090a32aeb2a6db80767ae3ef10c484c63617d.tar.gz
scala-af9090a32aeb2a6db80767ae3ef10c484c63617d.tar.bz2
scala-af9090a32aeb2a6db80767ae3ef10c484c63617d.zip
Test case for #715.
Diffstat (limited to 'test/files/pos/bug715/runner_2.scala')
-rw-r--r--test/files/pos/bug715/runner_2.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/bug715/runner_2.scala b/test/files/pos/bug715/runner_2.scala
new file mode 100644
index 0000000000..233b1bddb9
--- /dev/null
+++ b/test/files/pos/bug715/runner_2.scala
@@ -0,0 +1,3 @@
+object Test extends Application {
+ println(com.sap.dspace.model.othello.thePOJO2XMLRenderer)
+} \ No newline at end of file