Simplify boolean with constants intention supports now == (!=) true (false) cases #KT-13777 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun foo(x: Boolean, y: Boolean): Boolean = <caret>(x || y) == false
|
||||
Reference in New Issue
Block a user