Fix incremental recompilation of JvmMultifileClass with top level function

See 53b584f and previous changes where this behavior was broken (this was
untested, however). Fixes EA-90065
This commit is contained in:
Alexander Udalov
2016-10-18 16:06:39 +03:00
parent 0ac461927c
commit 7b2a80ffa4
10 changed files with 104 additions and 9 deletions
@@ -93,6 +93,9 @@ class IncrementalPackageFragmentProvider(
)
}
val multifileClassName: Name
get() = multifileClassFqName.shortName()
override fun getMemberScope() = memberScope()
}
}