Intention to simplify boolean expressions that have expressions in them that can be simplified to constants
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(y: Boolean) {
|
||||
val x = 4
|
||||
val z = 5
|
||||
<caret>x == z || x != z
|
||||
}
|
||||
Reference in New Issue
Block a user