diff --git a/runtime/interpreter/value.go b/runtime/interpreter/value.go index a70714bd78..4ffaa91acd 100644 --- a/runtime/interpreter/value.go +++ b/runtime/interpreter/value.go @@ -5412,8 +5412,8 @@ func (v *CompositeValue) DynamicType(interpreter *Interpreter) DynamicType { func (v *CompositeValue) StaticType() StaticType { return CompositeStaticType{ - Location: v.Location, - TypeID: v.TypeID(), + Location: v.Location, + QualifiedIdentifier: v.QualifiedIdentifier, } }