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
When the origin is KOTLIN_LIB, isCompanionObject is false for the companion object in a class like this:
KOTLIN_LIB
isCompanionObject
false
class A { companion object {} }
Tested with 2.0.0-Beta3-1.0.18-20240219.110134-28 and a0cd777.
2.0.0-Beta3-1.0.18-20240219.110134-28
The text was updated successfully, but these errors were encountered:
neetopia
Successfully merging a pull request may close this issue.
When the origin is
KOTLIN_LIB
,isCompanionObject
isfalse
for the companion object in a class like this:Tested with
2.0.0-Beta3-1.0.18-20240219.110134-28
and a0cd777.The text was updated successfully, but these errors were encountered: