summary refs log tree commit diff
path: root/src/test/run-pass/nested-class.rs
AgeCommit message (Collapse)AuthorLines
2012-06-20Fix resolve bug that made nested classes not workTim Chevalier-0/+15
It wasn't possible to refer to the constructor for a class nested inside an item from the class's outer scope. Fixed.