[IR] add testdata for irJsText
This commit is contained in:
committed by
teamcityserver
parent
68b17fe55b
commit
cdc74304c7
@@ -0,0 +1,12 @@
|
||||
fun test1(d: dynamic): String {
|
||||
return d /*~> Any */.toString()
|
||||
}
|
||||
|
||||
fun test2(d: dynamic): Int {
|
||||
return d /*~> Any */.hashCode()
|
||||
}
|
||||
|
||||
fun test3(d: dynamic): Boolean {
|
||||
return d /*~> Any */.equals(other = 42)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user