Java to Kotlin convertor: no empty class body

This commit is contained in:
Valentin Kipyatkov
2014-06-02 22:24:30 +04:00
parent abfd2d68b9
commit 86d718de29
119 changed files with 132 additions and 134 deletions
@@ -6,4 +6,4 @@ open class C(p: Int) {
System.out?.println(p++)
System.out?.println(p)
}
}
}