Files
Tagir Valeevandintellij-monorepo-bot f2349bb136 [live-templates] Support partial deletion of the element
Fixes IDEA-276843 sout shortcut causes end-of-line comments to disappear

GitOrigin-RevId: 753a0b8c059cd9ba4ad278ede722080066341b6f
2021-08-31 14:32:52 +00:00

5 lines
81 B
Java

public class Foo {
public void foo(String a) {
a.sout<caret>; // test
}
}