blob: 87952ab1a3e161b4f941365aa1eafbb69df25444 [file] [log] [blame]
fun foo(x: Boolean) {
}
fun bar() {
val x = true
foo(/* 1 */x/* 2 */)
}