From 2834d1838c26913ae710d99b2f7b6127ef8643d0 Mon Sep 17 00:00:00 2001 From: David MacIver Date: Sat, 15 Nov 2008 14:11:48 +0000 Subject: Fixed parallel matching with check init. --- src/compiler/scala/tools/nsc/matching/ParallelMatching.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/matching/ParallelMatching.scala b/src/compiler/scala/tools/nsc/matching/ParallelMatching.scala index 0f760aa372..d89f84f0e4 100644 --- a/src/compiler/scala/tools/nsc/matching/ParallelMatching.scala +++ b/src/compiler/scala/tools/nsc/matching/ParallelMatching.scala @@ -248,7 +248,7 @@ trait ParallelMatching { } def haveDefault: Boolean = !defaultIndexSet.isEmpty - lazy val defaultRows: List[Row] = defaultIndexSet.toList reverseMap grabRow + def defaultRows: List[Row] = defaultIndexSet.toList reverseMap grabRow protected var tagIndices = IntMap.empty[List[Int]] protected def grabRow(index: Int): Row = { -- cgit v1.2.3