// MOVE: down fun test() { Bar().also { val foo = foo() if (foo != null) { } } } fun foo(): String? = null class Bar