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

Kotlin import fast-path extraction doesn't handle on-demand imports #980

Open
worstell opened this issue Feb 24, 2024 · 0 comments
Open

Comments

@worstell
Copy link
Contributor

ex:

This will work:

package ftl.foo

import ftl.bar.Bar

data class Something(
   val bar: Bar 
)

But not this:

package ftl.foo

data class Something(
   val bar: ftl.bar.Bar 
)
@github-actions github-actions bot added the triage Issue needs triaging label Feb 24, 2024
@alecthomas alecthomas added next Work that will be be picked up next and removed triage Issue needs triaging labels Mar 4, 2024
@worstell worstell removed the next Work that will be be picked up next label Apr 10, 2024
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