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