summaryrefslogtreecommitdiff
path: root/test/files/neg/t7636.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7636 Fix a NPE in typing class constructorsChristopher Vogt2013-07-161-0/+7
If we encountered an erroneous super call due to a failure in parent type argument inference, we must avoid inspecting the untyped children of erroneous trees.