* CSharpCompletionEngine.cs: Fixed unit tests.
@ -1570,7 +1570,7 @@ namespace ICSharpCode.NRefactory.CSharp.Completion
// try statement
if (expr == null) {
expr = tmpUnit.GetNodeAt<Statement> (location.Line, location.Column - 1);
expr = tmpUnit.GetNodeAt<SwitchStatement> (location.Line, location.Column - 1);
}
if (expr == null)