summaryrefslogtreecommitdiff
path: root/test/files/pos/t9135.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9135 Fix NPE, a regression in the pattern matcherJason Zaugg2015-02-051-0/+16
The community build discovered that #4252 introduced the possibility for a NullPointerException. The tree with a null type was a synthetic `Apply(<<matchEnd>>)` created by the pattern matcher. This commit adds a null check.