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