package test fun commonFun() {} private val deletedVal: Int = 20 private fun deletedFun(): Int = 10 private fun changedFun(arg: Int) {}