BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package codegen.propertyCallableReference.valModule
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
val x = 42
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@Test fun runTest() {
|
||||
val p = ::x
|
||||
println(p.get())
|
||||
}
|
||||
Reference in New Issue
Block a user