[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface I<F, G>
|
||||
|
||||
val aImpl: A.Interface
|
||||
get() = null!!
|
||||
|
||||
object A : Nested(), Interface by aImpl, I<Nested, Interface> {
|
||||
|
||||
class Nested
|
||||
|
||||
interface Interface
|
||||
}
|
||||
Reference in New Issue
Block a user