summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/simplifyBooleanWithConstants/reduceableBinary2.kt.after
blob: 7f5bd8a0d79a89f9bb992dfce24cb59aa9606672 (plain)
1
2
3
4
5
// LANGUAGE_VERSION: 1.6
// AFTER-WARNING: The expression is unused
fun foo(y: Boolean) {
    y || y
}