We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EXTENSION_FUNCTION_WITH_CLASS
external interface A: B { } fun A.extensionMethod() {}
In this example we are not able to move extensionMethod to interface
The text was updated successfully, but these errors were encountered:
Ignore external interfaces when triggering `EXTENSION_FUNCTION_WITH…
external
4d47318
…_CLASS` ### What's done: - Fixes #1586
fceabd5
…_CLASS` (#1630) ### What's done: - Fixes #1586
0x6675636b796f75676974687562
Successfully merging a pull request may close this issue.
In this example we are not able to move extensionMethod to interface
The text was updated successfully, but these errors were encountered: