Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure nameof of numeric literals works properly #80

Open
dsherret opened this issue Sep 28, 2019 · 0 comments
Open

Ensure nameof of numeric literals works properly #80

dsherret opened this issue Sep 28, 2019 · 0 comments
Labels

Comments

@dsherret
Copy link
Owner

Pretty sure this won't work properly right now since it converts to a number then back to a string:

nameof(5646.64);
nameof(0o10);

// should output
"5646.64"
"0o10"

Not that anyone would be doing this....

@dsherret dsherret added the bug label Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant