mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 21:00:59 +07:00
5 lines
104 B
Java
5 lines
104 B
Java
// "Fix the typo 'volitle' to 'volatile'" "true-preview"
|
|
|
|
class A {
|
|
private volatile String a = "1";
|
|
} |