mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 06:36:17 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
7 lines
126 B
Java
7 lines
126 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
/*some comment*/
|
|
IO.<caret>print(/*some2*/"Hello");
|
|
}
|
|
}
|