In a new program type the following
C#Console.WriteLine($"")
Then type "no" (without quotes) between the quotes and press space.
C#Console.WriteLine($"no<space here>")
It expands to
C#Console.WriteLine($"new ClassName()")
it shouldn't happen in this context.
Hi Dominic,
Thank you for pointing out this issue.
I have reproduced it and passed this ticket to our developers for research.
We will notify you when we have any results.