Crash with: no TypeCons

module test

g{|{!#}|} = 0

Gives a correct error:

Parse error [test.icl,3;6,atype]: attributed and annotated type expected instead of #

but crashes the compiler with the error:

no TypeCons
Edited by Mart Lubbers