[FIR] Implement OUTER_CLASS_ARGUMENTS_REQUIRED diagnostics
This commit is contained in:
committed by
TeamCityServer
parent
f7ed2f813d
commit
0fc8be4d60
+1
-1
@@ -11,7 +11,7 @@ class Outer<E> {
|
||||
}
|
||||
|
||||
class Nested {
|
||||
fun bar(x: Inner) {}
|
||||
fun bar(x: <!OUTER_CLASS_ARGUMENTS_REQUIRED!>Inner<!>) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user