Java to Kotlin converter: better formatting preserving from original code
#KT-4801 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//expression
|
||||
a.isEmpty() ? 0 : 1
|
||||
Reference in New Issue
Block a user
#KT-4801 Fixed
@@ -0,0 +1,2 @@
|
||||
//expression
|
||||
a.isEmpty() ? 0 : 1
|
||||