Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This case should be added
thanks :)
For a long time this kata worked without problem. CW changed something and I reported the bug long ago but it seems that nothing was made...
I just fixed it with a pragma and it works now.
Thanks for your post and cheers!
A type issue? string != int ('3' != 3 but they are printed the same way)
You are welcome and invited to browse my other kata's as well:
https://www.codewars.com/users/zellerede/authored
In that test, there is a class
B
which originally had a methodf
. I guess, your decorated classremember(B)
doesn't handle it properly.Good point, thanks!