actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Moved qualified name detection from Types to Kinds #1960

Closed nordlander closed 3 weeks ago

nordlander commented 3 weeks ago

so that Types will properly detect method invocation via class name even for imported classes.