JS backend tests: replace run with myRun in closure tests

This commit is contained in:
Zalim Bashorov
2015-06-08 15:11:01 +03:00
parent d63dbf9a3e
commit fe7ee3fb66
9 changed files with 23 additions and 20 deletions
@@ -0,0 +1,3 @@
package foo
fun myRun<T>(f: () -> T) = f()