62e856956c
The result of k1/k2 should be similar here, the differences should be fixed by KT-60764
11 lines
251 B
Kotlin
Vendored
11 lines
251 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package test
|
|
|
|
import dependency.*
|
|
|
|
public class DependencyOnNestedClasses : D.Nested() {
|
|
fun f(nc: D.Companion.NestedInClassObject, i: D.Inner, ii: D.Inner.Inner, nn: D.Nested.Nested): D.Nested {
|
|
return D.Nested()
|
|
}
|
|
}
|