[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
interface A {
|
||||
fun b(a : Int)
|
||||
}
|
||||
|
||||
interface B : A {}
|
||||
|
||||
class C1 : A {
|
||||
override fun b(b : Int) {}
|
||||
}
|
||||
|
||||
class C2 : B {
|
||||
override fun b(b : Int) {}
|
||||
}
|
||||
Reference in New Issue
Block a user