Closed michaellilltokiwa closed 2 weeks ago
see also : #2969
This somehow passes the middleend:
ex is
say ex.this.type.max
type.max ex.this => abstract
but crashes in DFA:
/home/sam/playground/test.fz:3:20: error 1: NYI: in ex(0 args) at 805306370 no targets for Call (ex.#type ex).max(outer ex.#type ex) ex target UNIT
say ex.this.type.max
-------------------^^^
Considered targets:
program entry point
|
+- performs call ex => *** VOID *** ENV: 'NO ENV'
program entry point
|
+- performs call ex => *** VOID *** ENV: 'NO ENV'
program entry point
|
+- performs call ex => *** VOID *** ENV: 'NO ENV'
one error.
meanwhile fixed