5fa1774cc1
#KT-1924 In Progress #KT-2830 Fixed
7 lines
168 B
Kotlin
7 lines
168 B
Kotlin
package test
|
|
|
|
import java.util.*
|
|
|
|
public open class ConstructorWithSeveralParams(integer: Int, intField : Int, collection : ArrayList<String>) : java.lang.Object() {
|
|
}
|