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,4 +1,6 @@
|
||||
//file
|
||||
package pack
|
||||
|
||||
class C {
|
||||
C(int arg1, int arg2, int arg3) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user