KT-3008 Add support of module kind to Ant task. Repair Ant JS tests
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(): Int = 100
|
||||
Reference in New Issue
Block a user