mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
GitOrigin-RevId: e5dc8ec3ef6dba979c32897625c48abd46efadb3
8 lines
69 B
Java
8 lines
69 B
Java
// "Add Javadoc" "true"
|
|
|
|
|
|
/**
|
|
* @param u
|
|
*/
|
|
record Test(int u) {
|
|
} |