JS backend tests: replace run with myRun in closure tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun myRun<T>(f: () -> T) = f()
|
||||
Reference in New Issue
Block a user