Files
kotlin-fork/idea/testData/inspectionsLocal/constantConditionIf/enumEntryEq2.kt.after
T
2018-12-26 19:04:22 +03:00

6 lines
83 B
Plaintext
Vendored

// PROBLEM: Condition is always 'true'
fun foo(x: Int) {}
fun bar() {
foo(1)
}