summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/simplifyBooleanWithConstants/reduceableBinary3.kt.after
blob: 08011c60da89f3d4e0a50e8b55cb05aa3b9736a9 (plain)
1
2
3
4
// AFTER-WARNING: The expression is unused
fun foo(y: Boolean) {
    y
}