Bug in highlighting
Hi - when doing a do-while loop in my code ReSharper 77 complains that the
code is unreachable.
Example:
do {
Console.WriteLine("foo");
}
while(true);
The code above is marked as unreachable.
Thomas Koch
Please sign in to leave a comment.
This example works fine for me. However another example is processed incorrectly (just add break):
fixed in #78
-- Nikolay Pultsin
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"