mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
annotation parameters may be removed GitOrigin-RevId: 6c959fcbbd04d84a72bd23a61734f731b5ce9332
8 lines
103 B
Java
8 lines
103 B
Java
package p;
|
|
import java.util.Map;
|
|
class M implements Map {
|
|
<caret>
|
|
}
|
|
|
|
@interface N {}
|
|
@interface NN {} |