[Commonizer] Don't filter out @Deprecated non-top-level functions

^KMM-238
This commit is contained in:
Dmitriy Dolovov
2020-04-29 15:40:21 +07:00
parent 312072d6ce
commit ae570e4acf
8 changed files with 61 additions and 9 deletions
@@ -16,3 +16,8 @@ expect fun externalFunction2()
expect inline fun inlineFunction1() {}
expect fun inlineFunction2() {}
expect class Holder() {
expect fun deprecatedFunction1()
expect fun nonDeprecatedFunction1()
}