internal class C( private val p1: Int /* parameter p1 */ // field p1 , /** * Field myP2 */ private val myP2: Int, /* Field p3 */ var p3: Int )