JS: add tests for two libraries and js-file with two modules
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package library.sample
|
||||
|
||||
import kotlin.js.Date
|
||||
|
||||
public class ClassA() {
|
||||
val value: Int = 100
|
||||
}
|
||||
|
||||
public fun Date.extFun(): String = "Date.extFun"
|
||||
Reference in New Issue
Block a user