Erased casts supported
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
trait A
|
||||
trait B
|
||||
fun testing(a: A) = a as B
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
trait A
|
||||
trait B
|
||||
fun testing(a: A) = a as B
|
||||