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