JS: allow js-file in library-files for cli compiler

This commit is contained in:
Michael Nedzelsky
2015-03-25 18:43:15 +03:00
parent b2d0b2ebc9
commit 2f7ebf677f
7 changed files with 65 additions and 3 deletions
@@ -0,0 +1,6 @@
package library.sample
public class ClassA() {
val value: Int = 100
}