mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
Differentiate between type parameters and parameters (IDEA-226683)
PR#1243 GitOrigin-RevId: a91176d9f95e2803da7c1973c58ce4ee492fb703
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f4ad3b5771
commit
909433482c
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
/**
|
||||
* Test.
|
||||
* @param s my string
|
||||
* <warning descr="Duplicate @param tag for parameter 's'">@param</warning> s another string
|
||||
*/
|
||||
void test(String s) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user