[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
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package lib2
|
||||
|
||||
import lib1.*
|
||||
|
||||
class AbstractClassImpl : AbstractClass()
|
||||
class InterfaceImpl : Interface
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
modifications:
|
||||
U : l2.kt.1 -> l2.kt
|
||||
Reference in New Issue
Block a user