matheusgr/modeligado

Don't interpret all methods starting with uppercase as a constructor

matheusgr opened this issue · 1 comments

Example:

Aluno
---
---
+ GetNome(): str
---

Should not produce the error: Line 4: Constructor should not have return type + GetNome(): str