7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
package inlibrary.test
|
|
|
|
public class FunParameter {
|
|
fun test(p: Int) {
|
|
val a = p
|
|
}
|
|
} |