JS: move RTTI tests to proper location
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
assertEquals(true, A() is A)
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user