implement a check for the virtual calls inside constructors, close #423

This commit is contained in:
Basile Burg 2017-04-16 03:20:17 +02:00
parent 3c3fbe6725
commit b615d3e299
No known key found for this signature in database
GPG key ID: 1868039F415CB8CF
4 changed files with 397 additions and 0 deletions

View file

@ -118,6 +118,7 @@ Note that the "--skipTests" option is the equivalent of changing each
* Some assertions that check conditions that will always be true.
* Auto functions without return statement. The compiler doesn't see an omission and it infers 'void' as return type.
* `final` attribute is used but in this context it's a noop.
* Virtual calls inside classes constructors.
#### Wishlist