Push Down: Initial Support
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
interface I
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface X<T>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Y<T>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Z<T>
|
||||
|
||||
open class <caret>A<T, U> : X<T>, Y<X<I>>, Z<Y<U>>
|
||||
|
||||
class B<S> : A<X<S>, Y<S>>(), Z<I>
|
||||
Reference in New Issue
Block a user