```lua ---@class A1 ---@field x? string ---@class A2 ---@field v? A1 ---@type A2 local A2 A2.v = {} local function name() A2.v.x = 1 end ``` <img width="1081" height="551" alt="Image" src="https://github.com/user-attachments/assets/7f610344-f3a8-48b0-8b0f-038cee59dbb2" />