summaryrefslogtreecommitdiff
path: root/test/files/neg/constructor-init-order.check
Commit message (Collapse)AuthorAgeFilesLines
* Warn about locally identifiable init order issues.Paul Phillips2013-03-121-0/+9
This warns about a subset of initialization order issues which can easily be identified by inspection, such as val x = y val y = 5 The likelihood of this formulation being intentional is miniscule.