Skip to content

Add whitespaces in RtSimpleTypeName ToString() for generic types - #309

Open
smkanadl wants to merge 1 commit into
reinforced:masterfrom
smkanadl:fix/inconsistent-simple-typename-to-string-308
Open

Add whitespaces in RtSimpleTypeName ToString() for generic types#309
smkanadl wants to merge 1 commit into
reinforced:masterfrom
smkanadl:fix/inconsistent-simple-typename-to-string-308

Conversation

@smkanadl

Copy link
Copy Markdown
Contributor

Fix for #308

var type = new RtSimpleTypeName("Record", new RtSimpleTypeName("string"), new RtSimpleTypeName("boolean"));
var name = type.ToString(); // Record<string, boolean>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant