package a fun foo() { val i : Int? = 42 if (i != null) { doSmth { val x = i + 1 } } }