mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
Fixes IDEA-276843 sout shortcut causes end-of-line comments to disappear GitOrigin-RevId: 753a0b8c059cd9ba4ad278ede722080066341b6f
5 lines
81 B
Java
5 lines
81 B
Java
public class Foo {
|
|
public void foo(String a) {
|
|
a.sout<caret>; // test
|
|
}
|
|
} |