add tests for jps-plugin (Kotlin Javascript projects)

This commit is contained in:
Michael Nedzelsky
2014-12-08 19:03:55 +03:00
parent f8f7ea8998
commit bd090d0e5f
32 changed files with 422 additions and 8 deletions
@@ -0,0 +1,7 @@
import library.sample.pairAdd
fun foo() {
val p = Pair(10, 20)
val x = pairAdd(p)
println("x=$x")
}