mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
6 lines
125 B
Java
6 lines
125 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
System./*some comment*/out.<caret>print(/*some2*/"Hello");
|
|
}
|
|
}
|