Bump. Is this expected behaviour: two `proc process(job: SomeJob)` in the same scope/context without error, although only one accessible at any point in the source? My expected behaviour would be an error, either at compile time or at the latest at link time (on an AOT backend), but I might be misunderstanding something.
See previous message for example.