mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
7793b16164
GitOrigin-RevId: 4096a327d8c8f9f569fd82c2d6684f7f3d2090fe
9 lines
225 B
Java
9 lines
225 B
Java
// "Replace explicit type with 'var'" "true"
|
|
class Main {
|
|
{
|
|
@I var i = 0;
|
|
}
|
|
}
|
|
|
|
@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE_USE, java.lang.annotation.ElementType.LOCAL_VARIABLE})
|
|
@interface I {} |