mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
records: support javadoc parameters pointing record components (IDEA-238925)
GitOrigin-RevId: fb76f16282ee0b18eb7b0512fcc9b2e812adb19b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc75a00a48
commit
580a5c69f5
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @param <error descr="Cannot resolve symbol 'i'">i</error> here description goes
|
||||
* @param test here test description goes
|
||||
*/
|
||||
|
||||
record Test(int test) {
|
||||
}
|
||||
Reference in New Issue
Block a user