vsl-lang/VSL

GenericLookup#resolve throws for undefined type

Closed this issue · 0 comments

If I have an undefined type e.g. class Animal, usage in a generic will throw:

class A<T> { /* ... */ }
A<Animal>() // Throws error