Class.Method
type ('M, 'T) t = 'T * ('M, 'T) t'
and ('M, 'T) t' = {
kind : kind;
key : ('M, 'T) Expression.Object.Property.key;
value : 'M * ('M, 'T) Function.t;
static : bool;
decorators : ('M, 'T) Class.Decorator.t list;
comments : ('M, unit) Syntax.t option;
}