_CodeGreen
Results
2
comments of
_CodeGreen
trafficstars
+1, running into this while modding Factorio, just in a slightly different configuration with `@param` instead of `@type`: ```lua ---@class Foo local foo = { bar = 1 } ---@param...
I think the underlying issue is that it's behaving as if the sets of values are getting combined into one set like intersection would, instead of being able to differentiate...