mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 00:36:13 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
6 lines
105 B
Java
6 lines
105 B
Java
// "Replace 'var' with explicit type" "true-preview"
|
|
class Main {
|
|
{
|
|
<caret>var b = 0;
|
|
}
|
|
} |