sargunv
02/17/2016, 5:45 AM./kobaltw test && echo SUCCESS # SUCCESS is printed
# just for sanity:
false && echo SUCCESS # nothing is printed
true && echo SUCCESS # SUCCESS is printed
Tested on a fresh clone of https://github.com/sargunster/PokeKotlin
Was previously reported here: https://github.com/cbeust/kobalt/issues/115