Intention to simplify boolean expressions that have expressions in them that can be simplified to constants
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(y: Boolean) {
|
||||
<caret>2 > 1 && y || y || (3 + 3 > 10)
|
||||
}
|
||||
Reference in New Issue
Block a user