Java to Kotlin converter: keep original placement of primary constructor body + better preserving of comments for constructor

This commit is contained in:
Valentin Kipyatkov
2014-06-25 17:44:38 +04:00
parent 88bdbb02f4
commit 947bf3c0ed
18 changed files with 184 additions and 93 deletions
@@ -1,4 +1,5 @@
class C(private val s: String?) {
{
if (s == null) {
System.out.print("null")