Java to Kotlin converter: secondary constructors are converted to top-level functions instead of "create" functions in class object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//file
|
||||
class C {
|
||||
private val field;
|
||||
private int field;
|
||||
|
||||
C(int arg1, int arg2, int arg3) {
|
||||
arg1++;
|
||||
|
||||
Reference in New Issue
Block a user