JS backend: tests for KT-6323 KotlinJS library modules

This commit is contained in:
Michael Nedzelsky
2014-12-17 03:18:21 +03:00
parent 2074872de9
commit 9f0f930e26
8 changed files with 192 additions and 5 deletions
@@ -0,0 +1,3 @@
public fun f(s: String): String = "${s}: invoked from module"
public class A(val x: Int)