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