Java to Kotlin converter: better formatting preserving from original code
#KT-4801 Fixed
This commit is contained in:
@@ -3,9 +3,6 @@ class C() {
|
||||
}
|
||||
|
||||
fun bar(b: Boolean) {
|
||||
foo(if (b)
|
||||
"a"
|
||||
else
|
||||
null)
|
||||
foo(if (b) "a" else null)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user