[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface A<T>
|
||||
|
||||
class B<E> {
|
||||
inner class C : A<E>
|
||||
class D : A<String>
|
||||
}
|
||||
|
||||
// LIGHT_CLASS_FQ_NAME: B
|
||||
Reference in New Issue
Block a user