39b05a0a1c
in particular nested classifiers and companions. #KTIJ-24833 fixed #KTIJ-24830 fixed #KT-55195 fixed
5 lines
113 B
Kotlin
Vendored
5 lines
113 B
Kotlin
Vendored
package foo
|
|
|
|
/*p:foo*/fun useAChild(a: /*p:foo*/AChild) {
|
|
/*p:foo(AChild) p:foo.A(f) p:foo.AChild(f)*/a.f()
|
|
} |