package test import java.util.* public open class ConstructorWithSeveralParams(p0: Int, p1 : Int, p2 : ArrayList) : java.lang.Object() { }