[FIR] Make type parameters inaccessible for non-inner nested types
#KT-57209
This commit is contained in:
committed by
Space Team
parent
c39ab956a0
commit
1f0d56e157
@@ -1,6 +1,6 @@
|
||||
class Outer<T> {
|
||||
class Nested {
|
||||
fun foo(t: T) = t
|
||||
fun foo(t: <!UNRESOLVED_REFERENCE!>T<!>) = t
|
||||
}
|
||||
|
||||
class Nested2<T> {
|
||||
@@ -10,4 +10,4 @@ class Outer<T> {
|
||||
inner class Inner {
|
||||
fun foo(t: T) = t
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user