mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
GitOrigin-RevId: 6285f111eca09a9f17ec5c83a595197e44d8e7a0
6 lines
113 B
Java
6 lines
113 B
Java
// "Replace explicit type with 'var'" "false"
|
|
class Main {
|
|
{
|
|
<caret>String[] args = {"hello, world"};
|
|
}
|
|
} |