67fc46a190
#KT-57429 Fixed
8 lines
107 B
Kotlin
Vendored
8 lines
107 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class Outer<T1> {
|
|
inner class Inner<T2> {
|
|
fun foo(x1: T1, x2: T2) {}
|
|
}
|
|
}
|