cb6fb78bc3
Rename some Ant tests: "simple[...]" -> "simpleWithoutStdlib[...]" and "simpleWithStdlib[...]" -> "simple[...]"
9 lines
134 B
Kotlin
Vendored
9 lines
134 B
Kotlin
Vendored
package library.sample
|
|
|
|
import kotlin.js.Date
|
|
|
|
public class ClassA() {
|
|
val value: Int = 100
|
|
}
|
|
|
|
public fun Date.extFun(): Int = 100 |