public ExprDefaultValue(Ctx ctx, TypeReference type)
     : base(ctx) {
     this.type = type.FullResolve(ctx);
 }