On Monday, 17 February 2020 at 16:41:54 UTC, cc wrote:
Foo foo;
foo.hello(5);

Result:  Error: no property `hello` for type `Foo`

It sometimes helps to write it out log-form

foo.opDispatch!"hello"(5);

should give the full error.

this btw is one of the most annoying missing errors in d...

Reply via email to