Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

CodeCompletion doesn't work right with conditional operator (?:)

$
0
0

When I write next code:

            list.Find(l => l.Name = l.Name ? l

CodeCompletion doesn't find my variable "l", see picture bellow

CodeCompletion bug     

I use SharpDevelop 5.


Viewing all articles
Browse latest Browse all 1764

Trending Articles