IC: take into account added and removed classes when calculate affected names

Original commit: 51c6abdbed
This commit is contained in:
Zalim Bashorov
2016-03-24 20:59:30 +03:00
parent e18a666440
commit 6e4d8d1670
141 changed files with 1646 additions and 5 deletions
@@ -0,0 +1,5 @@
package foo
class B : A() {
fun bar() {}
}