Join Slack
Powered by
make sure you don't return anything from the metho...
# announcements
c
Czar
09/26/2017, 1:23 PM
make sure you don't return anything from the methods if you have expression methods, like
fun nameOfTest() = /* some stuff */
you may inadvertently be returning a value, which your testing framework doesn't like
Open in Slack
Previous
Next