History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-64105
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Sergey Shkredov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

do not suggest to check range variable for null

Created: 08 Apr 08 18:31   Updated: 09 Apr 08 15:25
Component/s: Context actions
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
using System;
using System.Linq;

public class A
{
  void foo()
  {
    var col = from a in new[] { 1, 2, 3 }
              join b in new[] {4, 5, 6} on 1 equals 2 into x
              select x{caret}; 


  }

}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.