This snippet of code is from the `Coursera`. I tried it on the Kotlin `REPL`. Any ideas why it is gi...
n
This snippet of code is from the
Coursera
. I tried it on the Kotlin
REPL
. Any ideas why it is giving that error? Thanks! BTW, I get the same error for:
displayError()
!!!
m
typo. Look at your fun definition very closely. Missing the 'l'
n
👏 👍