package test public class ClassA() { public fun meth1() {} private val x: Int get() = 200 }