Ruk33 / vrJASS

A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS.
6 stars 3 forks source link

(non-static) create method called as static #22

Closed Ruk33 closed 8 years ago

Ruk33 commented 8 years ago

struct someStruct public method create ...

call someStruct.create()

translates incorrect jass and passes with no errors.