vsl-lang/VSL

Constructors interpreted as functions

vihanb opened this issue · 0 comments

Currently the type resolver identifies constructors as functions:

class A {}
A()
TypeResolutionError: Use of undeclared function A