Files
2023-04-07 16:18:01 +00:00

7 lines
97 B
Java

// "Remove redundant initializer" "true-preview"
class A {
void test2(){
String str;
}
}