You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each *.d.ts file in typescript-project may contain different classes or interfaces, but with the same names. So it produce name conflicts, because after dukat they are in the same package.
Also I have a question: does dukat correctly determine which class/interface is inherited (in above case), when add override modifier?
Kotlin has an
import as
structure but the utility doesn't include imports to.kt
files.The text was updated successfully, but these errors were encountered: