Fix 'no element found' issue in KtAnnotationEntry.qualifiedName#2914
Fix 'no element found' issue in KtAnnotationEntry.qualifiedName#2914bcorso wants to merge 1 commit intogoogle:mainfrom
Conversation
jaschdoc
left a comment
There was a problem hiding this comment.
Thanks for the PR! Just a minor comment about the test.
52a5357 to
7820982
Compare
|
Also fixes the Psi implementation of #2912 |
|
I will merge this when you have rebased on |
7820982 to
7a9f55c
Compare
|
Okay, GitHub is having some issues right now, so I can't submit a review, but the |
Done.
Do we still need the Negative and Bug annotations on |
7a9f55c to
1ce2699
Compare
Yes, the idea is to have the issue directly linked in the code, so if the test breaks, you can look up the issue and see if it's a regression test or reproducing an unfixed bug. It gives an easy way to look up why a test is there. The |
This fixes a case where the experimentalPsiResolution strategy was failing due to an incorrect use-site on an annotation. BUG: google#2913 # Conflicts: # kotlin-analysis-api/src/test/kotlin/com/google/devtools/ksp/test/KSPUnitTestSuite.kt
1ce2699 to
7514894
Compare
jaschdoc
left a comment
There was a problem hiding this comment.
Thank you for the changes. Looks good!
This fixes a case where the experimentalPsiResolution strategy was failing due to an incorrect use-site on an annotation.
Fixes #2913