mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 02:32:34 +07:00
GitOrigin-RevId: 797f4121214eadfe1df74aadae0c2299dc178a02
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
class AugmentedAssignment {
|
|
public static String x() {
|
|
String text;
|
|
text = "" + "something";
|
|
return text;
|
|
}
|
|
} |