[IR][tests] Add tests for removal-of-overridden open callable case
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C2 : C() {
|
||||
override fun foo(): String = "O" // does not call super
|
||||
}
|
||||
|
||||
class I2 : I {
|
||||
override fun foo(): String = "K" // does not call super
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
Reference in New Issue
Block a user