Hello , does kotlin have a short circuit boolean s...
# codereview
a
Hello , does kotlin have a short circuit boolean statement? aka
bool ? doSomething() : doElse()