mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 12:44:34 +07:00
GitOrigin-RevId: 562cf18eafa636a761c75ae3e9630bdab3eff760
5 lines
74 B
Java
5 lines
74 B
Java
// "Remove annotation" "true"
|
|
|
|
class Foo {
|
|
<caret>int foo(){return 0;}
|
|
} |