blob: a4a89723ae555100307b65436fa3eb840a116df9 [file] [log] [blame]
// "Simplify comparison" "true"
fun foo(x: Int, arg: Boolean) {
if (arg) {
}
}