mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Check if a whitespace is followed by a leading asterisk and if so, remove the whitespaces between the last newline character and the asterisk from the whitespace. GitOrigin-RevId: 605753eeb1f894f1bd0da97203ab167ff6aa09d7
5 lines
82 B
Java
5 lines
82 B
Java
/**
|
|
* main comment
|
|
* @param test simple description
|
|
*/
|
|
record Test(int test) {} |