[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
interface I<F, G, H>
|
||||
|
||||
class A(impl: Interface) : Nested(), Interface by impl, Inner, I<Nested, Interface, Inner> {
|
||||
|
||||
class Nested
|
||||
|
||||
inner class Inner
|
||||
|
||||
interface Interface
|
||||
}
|
||||
Reference in New Issue
Block a user