Java to Kotlin converter: better formatting preserving from original code
#KT-4801 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//method
|
||||
void foo(boolean b) {
|
||||
if (b)
|
||||
System.out.println("true")
|
||||
else
|
||||
System.out.println("false")
|
||||
}
|
||||
Reference in New Issue
Block a user