package customLibrary public fun foo(parameter: Int): Int { return 1 } private fun Int.extOnInt() { }