a type annotation is required on a value parameter kotlin
snippet in kotlin
a type annotation is required on a value parameter kotlin
user3312
fun testMethod(inst: Base) {
inst.method()
}