[IR][tests] Add tests for removal-of-abstract-fun IR linkage case

^KT-50771
This commit is contained in:
Dmitriy Dolovov
2022-04-25 14:55:36 +03:00
parent df909abaf5
commit 8e8ecc48ad
38 changed files with 320 additions and 0 deletions
@@ -0,0 +1,5 @@
package lib1
interface A {
fun foo(): Int
}
@@ -0,0 +1,3 @@
package lib1
interface A
@@ -0,0 +1,12 @@
STEP 0:
dependencies: stdlib
modifications:
U : l1.kt.0 -> l1.kt
STEP 1:
dependencies: stdlib
modifications:
U : l1.kt.1 -> l1.kt
STEP 2:
dependencies: stdlib
modifications:
U : l1.kt.0 -> l1.kt