[PL] ABI compatibility tests for reworked partial linkage
This commit is contained in:
committed by
Space Team
parent
2a4d880037
commit
4f1155b06f
+11
@@ -0,0 +1,11 @@
|
||||
package lib1
|
||||
|
||||
abstract class AbstractClass {
|
||||
abstract fun foo(): Int
|
||||
abstract val bar: Int
|
||||
}
|
||||
|
||||
interface Interface {
|
||||
fun foo(): Int
|
||||
val bar: Int
|
||||
}
|
||||
Reference in New Issue
Block a user