-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed as not planned
Closed as not planned
Copy link
Labels
Area-IDEBughelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Description
Ported from TFS WorkItem: 1095904
Repro Steps:
Affected Branch:
Affected Build:
Affected Product Language:
Steps to reproduce:
1. Copy/paste C#:
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks;class Program
{
static void Main(string[] args)
{
$$
var x = 7;
}
}
2. Remove $$ if necessary and type:
IEnumerable<Tuple<
Expected: IEnumerable<Tuple<$$>>
Actual: IEnumerable<Tuple<$$>
Note: If the "var x = 7;" is deleted, then the nested brace completion works.
Revisions:
- Created By David Poeschl (12/12/2014 3:33:15 PM)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBughelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it