From bbeecf2b7811971371a1312a376f66a95d4db2ba Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 11 Feb 2010 23:37:15 +0000 Subject: The non-intrusive bits of my hopefully pending ... The non-intrusive bits of my hopefully pending "use the static type of the scrutinee to rule out some type/extractor patterns" patch. Includes a cleanup of the (still inadequate) type-parameter-ignoring match test which had been interfering with martin's digestion. Also: implicit search is disabled when typing a pattern, because the matcher never invokes implicits to satisfy a pattern. At worst maybe we'll get a performance bump. No review. --- test/files/pos/t0999.scala | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/files/pos/t0999.scala (limited to 'test') diff --git a/test/files/pos/t0999.scala b/test/files/pos/t0999.scala deleted file mode 100644 index c384820af1..0000000000 --- a/test/files/pos/t0999.scala +++ /dev/null @@ -1,5 +0,0 @@ -object A { - val d: Double = Math.sqrt(5 match { - case x: Double => x - }) -} -- cgit v1.2.3