psi2ir: Implicit casts with 'dynamic'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test1(d: dynamic) = d.toString()
|
||||
|
||||
fun test2(d: dynamic) = d.hashCode()
|
||||
|
||||
fun test3(d: dynamic) = d.equals(42)
|
||||
Reference in New Issue
Block a user