blob: 4b285d1ca53a1f1de4a3d113e8f126301bd1f472 [file]
fun bar(): Boolean {
return false
}
fun foo(y: Boolean) {
bar() && y
}