keriwarr / orangejoos

JOOS1W Compiler, written in Crystal
0 stars 1 forks source link

typing: check classes for default constructors #57

Closed lgo closed 6 years ago

lgo commented 6 years ago

Classes are required to have a default constructor if it is a super-class, as the sub-class automatically calls the default constructor at the beginning of its constructors.

+1 test

lgo commented 6 years ago

Got it to work :)