[PL] ABI compatibility tests for reworked partial linkage
This commit is contained in:
committed by
Space Team
parent
2a4d880037
commit
4f1155b06f
+13
@@ -0,0 +1,13 @@
|
||||
package lib2
|
||||
|
||||
import lib1.*
|
||||
|
||||
class AbstractClassImpl : AbstractClass() {
|
||||
override fun foo() = 42
|
||||
override val bar = 42
|
||||
}
|
||||
|
||||
class InterfaceImpl : Interface {
|
||||
override fun foo() = 42
|
||||
override val bar = 42
|
||||
}
|
||||
Reference in New Issue
Block a user