Java to Kotlin converter: replacing equals call to ==/!= and no redundant parethesis generation
#KT-4426 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(if (a.isEmpty())
|
||||
if (a.isEmpty())
|
||||
0
|
||||
else
|
||||
1)
|
||||
1
|
||||
Reference in New Issue
Block a user