Java to Kotlin converter: secondary constructors are converted to top-level functions instead of "create" functions in class object

This commit is contained in:
Valentin Kipyatkov
2014-06-26 20:01:28 +04:00
parent f698ca69d7
commit 66005a3469
25 changed files with 225 additions and 256 deletions
@@ -1,6 +1,6 @@
//file
class C {
private val field;
private int field;
C(int arg1, int arg2, int arg3) {
arg1++;