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): Boolean = <caret>true == (x && false)
|
||||
Reference in New Issue
Block a user