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

PSI association issue: arrayOf call in method invocation as a variable assignment is not type attributed. #525

Open
traceyyoshima opened this issue Dec 11, 2023 · 0 comments
Labels
bug Something isn't working discovery Investigate and determine what should be done

Comments

@traceyyoshima
Copy link
Contributor

traceyyoshima commented Dec 11, 2023

              annotation class Ann(
                  val test: Test
              )
              annotation class Test ( val arg: Array<String> )
              @Ann(test = Test(
                  arg = arrayOf("") // null type due to FirArrayCall
              ))
              fun use() {
              }
@traceyyoshima traceyyoshima added the bug Something isn't working label Dec 11, 2023
@traceyyoshima traceyyoshima self-assigned this Dec 11, 2023
@traceyyoshima traceyyoshima changed the title PSI association issue: KtCallExpression is not mapped to a MethodInvocation PSI association issue: arrayOf call in method invocation as a variable assignment is not type attributed. Dec 11, 2023
@traceyyoshima traceyyoshima removed their assignment Dec 14, 2023
@traceyyoshima traceyyoshima moved this to Backlog in OpenRewrite Dec 14, 2023
@traceyyoshima traceyyoshima added the discovery Investigate and determine what should be done label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discovery Investigate and determine what should be done
Projects
Status: Backlog
Development

No branches or pull requests

1 participant