declaredType property
getter/setter pair
The declared type of this field.
The value will always be of one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.
Implementation
InstanceRef? declaredType;
The declared type of this field.
The value will always be of one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.
InstanceRef? declaredType;