allow to ignore usages from generated file in 'Safe Delete' (IDEA-97579)

This commit is contained in:
nik
2013-11-12 12:30:22 +04:00
parent c3f7b37f0c
commit 3fb7f32c4c
11 changed files with 121 additions and 66 deletions
@@ -0,0 +1,5 @@
class B {
{
A.foo();
}
}