fun foo() { val a = true val b = false if (a) { if (!b) { println("test") } } }