mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 09:50:57 +07:00
8 lines
144 B
Java
8 lines
144 B
Java
// "Replace explicit type with 'var'" "true-preview"
|
|
class Main {
|
|
{
|
|
//c1
|
|
@Anno var args = new String[42];
|
|
}
|
|
}
|
|
@interface Anno {} |