summaryrefslogtreecommitdiff
path: root/tests/typing
Commit message (Collapse)AuthorAgeFilesLines
* Correct a typing bug in multiple inheritance (all virtual instances in ↵Alex AUVOLAT2014-01-101-0/+33
| | | | parents must be updated when virtual method is redefined.)
* Reject redefinition of virtual methods with different return type.Alex AUVOLAT2014-01-092-0/+22
|
* Added tests.Alex AUVOLAT2013-12-0511-0/+45
|
* Added tests, corrected two failed tests.Alex AUVOLAT2013-12-055-4/+5
|
* First commit.Alex AUVOLAT2013-10-2992-0/+249