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


0
2 comments

This example works fine for me. However another example is processed incorrectly (just add break):

0
Avatar
Permanently deleted user

fixed in #78

-- Nikolay Pultsin
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.