gobra icon indicating copy to clipboard operation
gobra copied to clipboard

Cannot check if type is []map[string]interface{}

Open ThomasMayerl opened this issue 7 months ago • 0 comments

If I try to check if a parameter has a dynamic type of []map[string]interface{} (using typeOf(var) == type[[]map[string]interface{}]), Gobra crashes with the error message "encountered unsupported type expression: map[string]interface{}"

ThomasMayerl avatar Jun 06 '25 13:06 ThomasMayerl