Skip to content

Commit 9503140

Browse files
committed
#844 add a test for this problem. Confirm it succeeds with latest extract changes
1 parent 98fae2c commit 9503140

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RetailCoder.VBE/Refactorings/ExtractMethod/IExtractMethodRule.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Rubberduck.Parsing.Symbols;
1+
using System;
2+
using Rubberduck.Parsing.Symbols;
23
using Rubberduck.VBEditor;
34

45
namespace Rubberduck.Refactorings.ExtractMethod

RubberduckTests/Refactoring/ExtractMethod/ExtractMethodTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
using System.Diagnostics;
33
using Microsoft.VisualStudio.TestTools.UnitTesting;
44
using Rubberduck.Parsing.Symbols;
5+
using Rubberduck.Parsing.VBA;
56
using Rubberduck.Refactorings.ExtractMethod;
7+
using Rubberduck.VBEditor;
68

79
namespace RubberduckTests.Refactoring.ExtractMethod
810
{

0 commit comments

Comments
 (0)