Kotlin / dukat

Converter of <any kind of declarations> to Kotlin external declarations
554 stars 42 forks source link

fix(#420): Merge only class like declaration with module declaration in corresponding lowering #459

Closed ilgonmic closed 3 years ago

ilgonmic commented 3 years ago

Summary

Now in merging of class likes and modules, all signatures with the same name lowered into interface. In case when there is additional var with the same name, dukat generated two similar interfaces instead of one. And there was no merging of such interface and var

Related Issue

https://github.com/Kotlin/dukat/issues/420