Files
2022-11-23 12:39:14 +00:00

8 lines
150 B
Java

public class Test {
void test() {
String first = <selection>"First"</selection>;
String second = "First";
String third = "Third";
}
}