fun foo(): Boolean { return true } fun main() { if (foo()) { //TODO } }