Invert if condition intention: do not remove line breaks #KT-11740 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
dce5cb3ce9
commit
fee74273aa
@@ -0,0 +1,7 @@
|
||||
fun foo(i: Int) {
|
||||
if (i <= 0) {
|
||||
} else
|
||||
bar()
|
||||
}
|
||||
|
||||
fun bar() {}
|
||||
Reference in New Issue
Block a user