ursus
val foo: () -> Boolean = { if (bar() { if (quax() { if (jazz() { // something "return true" } } } "return false" }