Add tests for compilation against abi classes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package lib
|
||||
|
||||
class A private constructor(val x: Int) {
|
||||
companion object {
|
||||
fun create(x: Int): A = A(x * 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user