blob: d399141a89aad07817223f7744e180b00a97f318 [file]
package inlibrary.test
public class FunParameter {
fun test(p: Int) {
val a = p
}
}