Files
Dmitry Jemerov 9c8e2379be Move Java-specific part of SurroundWithTest to java-tests module
GitOrigin-RevId: fd78bb663c7e48c87f1dae25b6a04571aa62cf50
2022-05-02 16:17:23 +00:00

5 lines
68 B
Java

class A{
void foo(){
<selection> f();
</selection> }
}