mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 09:47:51 +07:00
Also convert AddJavadocIntention to ModCommand GitOrigin-RevId: f33816159a5805395a63ad3107f4b895659f375b
4 lines
72 B
Java
4 lines
72 B
Java
// "Add Javadoc" "true-preview"
|
|
class Foo {
|
|
int <caret>x = 2, y = 1;
|
|
} |