KT-11750 Do not report REDECLARATION on descriptors which are not available in sources.

This commit is contained in:
Dmitry Petrov
2016-04-08 14:18:19 +03:00
parent 905ca21799
commit 1f3323ed32
4 changed files with 33 additions and 2 deletions
@@ -0,0 +1,3 @@
enum class A {
<!REDECLARATION!>name<!>
}