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