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