summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2011-11-22 18:07:51 +0000
committerMartin Odersky <odersky@gmail.com>2011-11-22 18:07:51 +0000
commitac031789039d421186567cf3b9a484957e6e5f8e (patch)
tree5145e02ea0debdf1cd2a467ad8568e2813a03c56 /test
parentcd696035896fd82c622687107ec4b70cf3f3298e (diff)
downloadscala-ac031789039d421186567cf3b9a484957e6e5f8e.tar.gz
scala-ac031789039d421186567cf3b9a484957e6e5f8e.tar.bz2
scala-ac031789039d421186567cf3b9a484957e6e5f8e.zip
Compiler part of fast orElse.
"According to the spec this code should not be legal. Disabling for now." Need to come back and either make it work or (more likely) make nsc reject the test)
Diffstat (limited to 'test')
-rwxr-xr-xtest/disabled/pos/t1545.scala (renamed from test/files/pos/t1545.scala)2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/t1545.scala b/test/disabled/pos/t1545.scala
index 51df606da3..4c5908b8a1 100755
--- a/test/files/pos/t1545.scala
+++ b/test/disabled/pos/t1545.scala
@@ -1,3 +1,5 @@
+// According to the spec this code should not be legal.
+// Disabling for now.
object Main extends App {
case class Foo (field : Option[String])