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.
TIL Enum.uniq exists, nice!
After reading through the comments, I realized that this is probably my mistake.
If I am not wrong on this, then there're several other tests that share the same problem.
This comment is hidden because it contains spoiler information about the solution
@zebralan ..
This comment is hidden because it contains spoiler information about the solution
Cheers!
I also figured out
name
is redundant intype
andtypeParam
. It's always available throughuserType
->simpleUserType
, where the[ "<" typeParams ">" ]
is optional. That saved a lot of time on ambiguous parsing.@JohanWiltink Updated.
(JS)
The description is not updated and I ran into the same issue ..
( For me, it is not easy to guess. )
Thanks guys. I nearly forget the existence of this kata :)
Okey. I forget about that one, though I did accommodate it with my code :).
This is still not complete, it can not hold cases like
() -> B
->Function0<B>
.Anyway, it is easy to guess the what the proper form should be, though the desc. need to be updated.
I guess the Kotlin bnf should actually be the following?
If it is so, then the Java one will have to be modified as well.
Indeed! Thanks!
I am very sorry: a comma was missing; you should have had
"00|15|17, 11|15|59, 02|22|00, 02|47|16, 02|32|34, 01|17|20, 12|17|20, 01|22|34, 02|17|17"
. I have corrected. I tried your solution and now it passes without "hack":-) Thanks and cheers!Loading more items...