Open kriegaex opened 1 year ago
Implement a PatternNodeVisitor finding faulty void[], void[][] type patterns in all kinds of signatures and raise errors (maybe just warnings?) for them.
PatternNodeVisitor
void[]
void[][]
Implement a
PatternNodeVisitor
finding faultyvoid[]
,void[][]
type patterns in all kinds of signatures and raise errors (maybe just warnings?) for them.