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.
Yep, tests had been corrected
There is no such test in Kotlin, the test I see is this:
Kotlin.
test assertEquals( 20, Kata.expressionsMatter( 1, 10, 1))
How can I get 20 if I can't mix operands? I can't do (1 + 1)*10 due to task descriptions. The answer shoud be (1 + 10 +1)
And there are many such mistakes in tests
Am I wrong?
Гений
thats cool
XD
Can anybody explain why it works? Because after = threre is a Boolean expression?