mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 12:48:12 +07:00
GitOrigin-RevId: 4ffc252043c5c1532ec123c146e199e5ce950328
4 lines
100 B
Java
4 lines
100 B
Java
class Test {
|
|
void bar(int <warning descr="Parameter 'p' is never used"><caret>p</warning>) {
|
|
}
|
|
} |