[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
abstract class ALeft {
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
interface IRight {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
class CDerived : ALeft(), IRight
|
||||
Reference in New Issue
Block a user