mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 23:50:57 +07:00
7 lines
181 B
Java
7 lines
181 B
Java
// "Replace 'var' with explicit type" "true-preview"
|
|
class Main {
|
|
{
|
|
<caret>var b = java.util.Arrays.asList("", "").get(0);
|
|
final int i = b.compareTo("");
|
|
}
|
|
} |