Dysfold / craftjs

MIT License
10 stars 2 forks source link

Invalid getter properties in tsd files #17

Closed Ap3teus closed 3 years ago

Ap3teus commented 3 years ago

If a Java class has a method in the form of class.getVariable(), a getter property class.variable should only be generated if the getter function does not take any parameters. This is currently not the case.

bensku commented 3 years ago

Fixed with new types.