Java to Kotlin converter: keep original placement of primary constructor body + better preserving of comments for constructor
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class C(private val s: String?) {
|
||||
|
||||
{
|
||||
if (s == null) {
|
||||
System.out.print("null")
|
||||
|
||||
Reference in New Issue
Block a user