git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14624 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
a0f01ecb0d
commit
830b0b15e2
|
@ -1362,8 +1362,8 @@ trait ParallelMatching {
|
|||
Equals(gen.mkAttributedRef(tpe.termSymbol), scrutineeTree) // object
|
||||
} else {
|
||||
val x =
|
||||
//if (tpe.prefix ne NoPrefix) gen.mkIsInstanceOf(scrutineeTree, tpe)
|
||||
//else
|
||||
if (tpe.prefix ne NoPrefix) gen.mkIsInstanceOf(scrutineeTree, tpe)
|
||||
else
|
||||
Equals(gen.mkAttributedRef(tpe.termSymbol), scrutineeTree)
|
||||
typed { x }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue