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