Reference.InstanceVariable
type t = [
|
`Resolved of Resolved.InstanceVariable.t
`Root of string * [ `TInstanceVariable | `TUnknown ]
`Dot of LabelParent.t * string
`InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t
]