package test import java.util.* public open class ConstructorWithSeveralParams(integer: Int, intField : Int, collection : ArrayList) { }