package test open class TwoSetters() : java.lang.Object() { open fun setSize(p0: String?) { } open fun setSize(p0: Int) { } }