package test public class ClassA() { public fun meth1() {} private fun meth2(x: String, y: Int): Int = 10 }