// TRUE val a = 1 fun test() = if (a) { fun hello() { } } else { }