bdc04547cc
#KT-33123 Fixed
8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Outer<E> {
|
|
inner class Inner
|
|
|
|
class Nested {
|
|
fun bar(x: <caret>Outer<String>.Inner) {}
|
|
}
|
|
} |