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