fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

fix ConstrainedType.toString method #4

Open nitzantomer opened 7 years ago

nitzantomer commented 7 years ago

it should return "listResult" and not "listResult<string>", but should return "list<string>".

generic constraint postfix should only be added when the actual type is generic, not when the parent/base is.