[IR][tests] Add tests for removal-of-abstract-fun IR linkage case
^KT-50771
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package lib2
|
||||
|
||||
import lib1.A
|
||||
|
||||
class B : A() {
|
||||
override fun foo() = 42
|
||||
}
|
||||
Reference in New Issue
Block a user