blob: 647da0125d24199b336b2623d5b4a64dc4a29826 [file] [log] [blame]
class A {
inner class XYZ
}
fun A.foo(): A.XYZ {
return <caret>
}
// ELEMENT: XYZ