mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
8 lines
129 B
Java
8 lines
129 B
Java
package suppressed;
|
|
class ExistingExternalName {
|
|
String foo(){
|
|
String str = "";
|
|
s<caret>tr = str;
|
|
return str;
|
|
}
|
|
} |