<@U3P0Y4GH3> what are you trying to do? your secon...
# getting-started
a
@kartikpatodi what are you trying to do? your second code returns a new instance of
A
and not an Integer
k
Sorry my bad actually i have to implement in the second code
a
@kartikpatodi first of all, i'd suggest that you work through https://kotlinlang.org/docs/tutorials/koans.html
second, I still don't know what you are trying to achieve or where this
4
comes from
a
@kartikpatodi this is a 4th kyu puzzle-kata, so this not made for beginners in kotlin. I'd suggest that you skip this kata and try to do easier katas
k
Yes i thought i could use reflection or something similar... Well anyways thanks
a
@kartikpatodi yes, reflection would be the way to do it