Open kriegaex opened 1 year ago
Implement a PatternNodeVisitor finding faulty primitive annotytion type parameters in all kinds of signatures and raise errors (maybe just warnings?) for them, e.g. Foo<int>, Bar<String, float>.
PatternNodeVisitor
Foo<int>
Bar<String, float>
Implement a
PatternNodeVisitor
finding faulty primitive annotytion type parameters in all kinds of signatures and raise errors (maybe just warnings?) for them, e.g.Foo<int>
,Bar<String, float>
.