BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
package codegen.bridges.test13
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
open class A<T> {
|
||||
open fun T.foo() {
|
||||
println(this.toString())
|
||||
|
||||
Reference in New Issue
Block a user