Skip to content

Nested type argument brace completion fails with code on next line #284

@dpoeschl

Description

@dpoeschl

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:

  1. Created By David Poeschl (12/12/2014 3:33:15 PM)

Metadata

Metadata

Assignees

Labels

Area-IDEBughelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions