self-contained AddImpotActionTest

This commit is contained in:
peter
2012-06-04 13:40:43 +02:00
parent 21d38b566d
commit a3fde695dd
4 changed files with 72 additions and 52 deletions

View File

@@ -1,8 +0,0 @@
import java.util.Map;
// "Import Class" "true"
public class Foo {
void foo() {
Ma<caret>p<> l;
}
}

View File

@@ -1,6 +0,0 @@
// "Import Class" "true"
public class Foo {
void foo() {
Ma<caret>p<> l;
}
}