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