[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
open class A {
|
||||
open fun foo(a : Int) {}
|
||||
}
|
||||
|
||||
class C : A() {
|
||||
override fun foo(a : Int = 1) {
|
||||
}
|
||||
}
|
||||
|
||||
class D : A() {
|
||||
override fun foo(a : Int = 1) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user