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