DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t0154.scala
12345678910
package test trait MyMatchers { val StringMatch = new AnyRef {} trait Something { (null : AnyRef) match { case (StringMatch) => case _ => } } }