Skip to content

Conversation

jetbrains-junie[bot]
Copy link
Contributor

📌 Hey! This PR was made for you with Junie, the coding agent by JetBrains Early Access Preview

It's still learning, developing, and might make mistakes. Please make sure you review the changes before you accept them.
We'd love your feedback — join our Discord to share bugs, ideas: here.

📊 Junie Summary

The MoveClause.toTop function was split into two overloads: a no-argument version with annotations and a lambda version without default parameters. This change allows the compiler plugin to distinguish between default behavior and custom naming correctly. The core source file was modified without altering generated sources, and a local build attempt timed out but CI should validate compilation.

 The MoveClause.toTop function was split into two overloads: a no-argument version with annotations and a lambda version without default parameters. This change allows the compiler plugin to distinguish between default behavior and custom naming correctly. The core source file was modified without altering generated sources, and a local build attempt timed out but CI should validate compilation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split move {}.toTop {} into toTop {} and toTop() for correct compiler plugin support

1 participant