[PL] ABI compatibility tests for reworked partial linkage
This commit is contained in:
committed by
Space Team
parent
2a4d880037
commit
4f1155b06f
@@ -0,0 +1,5 @@
|
||||
fun compute(e: E): String = when (e) {
|
||||
E.UNCHANGED1 -> "OK"
|
||||
E.REMOVED -> "FAIL1"
|
||||
E.UNCHANGED2 -> "FAIL2"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
Reference in New Issue
Block a user