JS backend: tests for reflection support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
fun box(): String {
|
||||
var s = "abc"
|
||||
assertEquals("ABC", s.(String::toUpperCase)())
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user