matchure icon indicating copy to clipboard operation
matchure copied to clipboard

Specify not qualified class name

Open adinapoli opened this issue 13 years ago • 0 comments

Hi, I've really appreciated your work, keep updating it :) I've found very verbose having to specify the fully qualified class name in my match: why I can't do, for example:

(cond-match [MyClass foo] foo)

Instead of:

(cond-match [org.mydomain.MyClass foo] foo)

Thanks in advance, Alfredo

adinapoli avatar Mar 23 '11 11:03 adinapoli