mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-03 01:06:14 +07:00
51adbd8f32
GitOrigin-RevId: 910d524ec157012a46aa8586c200f1a1b310c38c
6 lines
112 B
Java
6 lines
112 B
Java
// "Replace explicit type with 'var'" "true"
|
|
class Main {
|
|
{
|
|
<caret>String[] args = {"hello, world"};
|
|
}
|
|
} |