[FIR] Add EXPOSED_SUPER_(CLASS/INTERFACE) checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ef09850df8
commit
49593d308c
@@ -43,7 +43,7 @@ fun test() {
|
||||
xx = 40
|
||||
}
|
||||
|
||||
class B : <!INAPPLICABLE_CANDIDATE!>A<!>() {}
|
||||
class B : <!EXPOSED_SUPER_CLASS, INAPPLICABLE_CANDIDATE!>A<!>() {}
|
||||
|
||||
class Q {
|
||||
class W {
|
||||
|
||||
Reference in New Issue
Block a user