Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 13:18:36 +03:00
parent 3a340f36f7
commit 56318db409

View File

@ -100,7 +100,8 @@ class B extends A {
}
}
```
- Syntax pretty but _misleading_ (calling a constructor a class),
- Syntax pretty but _misleading_;
calling a constructor a class is not correct,
- `static` and instance definitions are not ordered,
- `.attr` is copied to every instance