Add todo note about super and arguments

This commit is contained in:
Markus Schirp 2012-12-31 23:33:01 +01:00
parent 6b8e9644d6
commit 9e51c44c1f

1
TODO
View file

@ -14,6 +14,7 @@ Mutations:
* Mutate "def foo; bar; end" to "def foo; self; end"?
* Emit negative and positive mutations
* Mutate Block catch "def foo(&block)" and block pass "foo(&block)"
* Mutate super arguments just like send arguments
Example of a negative mutation:
Mutations on local variables and arguments prefixed with an underscore would be emitted as