Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 839 Bytes

V1alpha1Reference.md

File metadata and controls

16 lines (8 loc) · 839 Bytes

V1alpha1Reference

Describes a resolved reference to a declaration.

Properties

Name Type Description Notes
name String The fully qualified name of the declaration. [optional]
overloadId List<String> For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl]. [optional]
value Constant [optional]