Added test todo to TODO
parent
e1bb48a8d9
commit
9acedf6e91
3
TODO
3
TODO
|
@ -8,6 +8,9 @@
|
||||||
- Disallow member redeclaration in definition
|
- Disallow member redeclaration in definition
|
||||||
- Permit binding on class methods
|
- Permit binding on class methods
|
||||||
- Provide ability to free class from memory (class data stored in internal vars)
|
- Provide ability to free class from memory (class data stored in internal vars)
|
||||||
|
- Move tests to directly test propobj
|
||||||
|
- Was never done after refactoring. It's tested as a consequence of being
|
||||||
|
used in the class module.
|
||||||
|
|
||||||
Member Keywords
|
Member Keywords
|
||||||
- Restrictions; throw exceptions when unknown keywords are used
|
- Restrictions; throw exceptions when unknown keywords are used
|
||||||
|
|
Loading…
Reference in New Issue