package inlibrary.test public class FunParameter { fun test(p: Int) { val a = p } }