Wang Tony
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 [BUG] org.jetbrains.uast.UastUtils.findContaining() Unable to recognize Kotlin class in Kotlin multiplatform
已回答Steps to reproduce1. I have a project which has the following structureIt can be accessed from here https://github.com/user-attachments/files/15753275/kt-multiplatform-example.zip2. Use the followi... -
创建于 Why does the PsiField.getAnnotation() behave differently in different test environments.
Hello, I want to get the annotation on a field in jvm language. I used UAST API. PsiElement elementAt = psiFile.findElementAt(editor.getCaretModel().getOffset());// ADAPTS to all JVM platform langu...