fun foo(x: Boolean) { } fun bar() { val x = true foo(/* 1 */x/* 2 */) }