Consider the following: ```groovy package q class Outer { class Inner { } } ``` Code assist for `q.Outer.I|` should include a proposal for `Inner`. Similarly, `Map.Ent|` should include a proposal for `Entry`.
Consider the following:
Code assist for
q.Outer.I|should include a proposal forInner. Similarly,Map.Ent|should include a proposal forEntry.