matheusgr/modeligado

Allow multi-type generics (i.e. <T, R, ...>) on method parameters

matheusgr opened this issue · 2 comments

Example:

Aluno
---
---
+ setDetails(details: Map<String, String>): str
---

Should not return Line 4: Unknow param format details: Map<String, String>

Modeligado seems to separate parameters by comma, thus a multi-type generics will raise an error.

hey i will work on this issue. PR soon 👍

#28

done :)