summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pending/pos/t2636.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/pos/t2636.scala b/test/pending/pos/t2636.scala
deleted file mode 100644
index 4e6ffb4930..0000000000
--- a/test/pending/pos/t2636.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object o {
- val props = new scala.collection.mutable.ListBuffer[(String,String)]
- lazy val property = new {
- def update(propName: String, p: String) = props += ((propName, p))
- }
- def crash = property("a") = "b"
-} \ No newline at end of file