[FIR] Check rest OUTER_CLASS_ARGUMENTS_REQUIRED diagnostics on checkers stage
Add FirOuterClassArgumentsRequiredChecker
This commit is contained in:
committed by
TeamCityServer
parent
0fc8be4d60
commit
28a6928873
Vendored
+3
@@ -1,7 +1,10 @@
|
||||
// FIR_IDENTICAL
|
||||
interface Inv<X>
|
||||
class Outer<E> {
|
||||
inner class Inner
|
||||
|
||||
class Nested : Inv<<!OUTER_CLASS_ARGUMENTS_REQUIRED!>Inner<!>>
|
||||
inner class Inner2 : Inv<Inner> // no error
|
||||
object Obj : Inv<<!OUTER_CLASS_ARGUMENTS_REQUIRED!>Inner<!>>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user