4 lines
43 B
Kotlin
4 lines
43 B
Kotlin
trait A
|
|
trait B
|
|
fun testing(a: A) = a as B
|
trait A
|
|
trait B
|
|
fun testing(a: A) = a as B
|