expr icon indicating copy to clipboard operation
expr copied to clipboard

Calling methods on derived types

Open breml opened this issue 11 months ago • 1 comments

This issue is split from #744.

expr is not able to handle types derived from base types, which provide methods, see https://github.com/expr-lang/expr/issues/744#issuecomment-2574798824 for more details.

Example:

type say string

breml avatar Mar 10 '25 05:03 breml

This is more of a feature request, than a bug) So I'm going to label it as a feature.

antonmedv avatar Sep 18 '25 12:09 antonmedv