package test import java.util.* public open class WrongValueParametersCount { public open fun foo() : Int? { throw UnsupportedOperationException() } }