types property

List<InstanceRef>? types
getter/setter pair

A list of types.

The value will always be one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.

Implementation

List<InstanceRef>? types;