From f34abbc0004cfa21c5f6e0d856f399f80828e07c Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 17 Nov 2009 05:25:48 +0000 Subject: Contents of scala.Math moved into scala.math pa... Contents of scala.Math moved into scala.math package object, and scala.Math deprecated. Also a couple janitorial cleanups. --- test/pending/pos/t2636.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/pending/pos/t2636.scala (limited to 'test') 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 -- cgit v1.2.3