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
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 andvar
Related Issue
https://github.com/Kotlin/dukat/issues/420