Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include import statements in .kt files #36

Open
shevchenkobn opened this issue Aug 17, 2018 · 1 comment
Open

Include import statements in .kt files #36

shevchenkobn opened this issue Aug 17, 2018 · 1 comment

Comments

@shevchenkobn
Copy link

Kotlin has an import as structure but the utility doesn't include imports to .kt files.

@Schahen Schahen transferred this issue from Kotlin/ts2kt Jun 5, 2019
@ts2kt
Copy link

ts2kt commented Jun 6, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants