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